Date Range Filtering
Date Range Filtering
rage10940
Posts: 48Questions: 0Answers: 0
Hi Allan,
I am going to be needing a filtering option for dates.
I found this :
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/dateRange.html
Is that plugin still being supported by you/datatables?
Furthermore I need the UI to select a dates in this format :
yyyy-mm-dd
to the best of my knowledge of reading the documents this can be done by :
[code] $.datepicker.regional[""].dateFormat = 'dd/mm/yy';
$.datepicker.setDefaults($.datepicker.regional['']);
[/code]
but I do not see where I am supposed to change these settings? - If this plugin is still supported obviously.
Thanks,
Allan.
I am going to be needing a filtering option for dates.
I found this :
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/dateRange.html
Is that plugin still being supported by you/datatables?
Furthermore I need the UI to select a dates in this format :
yyyy-mm-dd
to the best of my knowledge of reading the documents this can be done by :
[code] $.datepicker.regional[""].dateFormat = 'dd/mm/yy';
$.datepicker.setDefaults($.datepicker.regional['']);
[/code]
but I do not see where I am supposed to change these settings? - If this plugin is still supported obviously.
Thanks,
Allan.
This discussion has been closed.
Replies