Open GoogleCodeExporter opened 8 years ago
Looks like this (nice) solution is not part of the latest version (1.5.6)?
Besides, it would be nice to use the custom date format for the cell data as
well. I use the same custom format in my table and in that case the range
filter fails. I fixed this by changing the line:
dCellDate = $.datepicker.parseDate($.datepicker.regional[""].dateFormat,
aData[_fnColumnIndex(index)]);
to:
dCellDate = $.datepicker.parseDate(from.datepicker('option', 'dateFormat'),
aData[_fnColumnIndex(index)]);
Original comment by Reinier....@funatic.nl
on 15 Jul 2014 at 8:12
Original issue reported on code.google.com by
tim.marg...@gmail.com
on 23 Oct 2013 at 7:08Attachments: