column search filter base on persian date range
column search filter base on persian date range

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Hi. I'm using Datatable plugin for my table design and I also use its searching filter for all columns of the table. Now I want to use two persian datepicker in order to filter the same column of type string an in date format like (yyyy/mm/dd) in the range of those input data. I don't know How I can do it. I appreciate of any help.
This discussion has been closed.
Answers
It would be done the same way as with a Gregorian calendar - you need to create the input elements for the user start and end date, and then convert that information into something that can be searches (e.g. a Unix timestamp).
Do you have a Persian date picker you are using?
Allan