Any special format for Date filtering in datatables?
Any special format for Date filtering in datatables?
netdeveloper
Posts: 5Questions: 4Answers: 0
I was looking at the example with date range filtering in which there are two inputs: min & max for Minimum & Maximum date respectively.
My question is... does DataTable searches the Date column values expecting it to have a specific date format (which may vary pero country due to internationalization)? For example, if my date column shows data as "Mon 15/May/2023" rather than "2023/05/15" is it supposed to work? or do I have to specify my date format somewhere?
Answers
See this running example range search. You can get a date range search plugin here.
Kevin