Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1816

Date Range Filtering

$
0
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 :

 $.datepicker.regional[""].dateFormat = 'dd/mm/yy';
                $.datepicker.setDefaults($.datepicker.regional['']);


but I do not see where I am supposed to change these settings? - If this plugin is still supported obviously.

Thanks,
Allan.

Viewing all articles
Browse latest Browse all 1816

Trending Articles