Search by Date Range
Search by Date Range
wallabe123
Posts: 24Questions: 13Answers: 0
I am currently using regex to use the Datatable.columns(index).search() function. Is there a way to search using a date range, e.g. filter column by a date between 2020-01-01 and 2022-01-01.
This question has an accepted answers - jump to answer
Answers
You will need to use a search plugin for a range search. See if this date range plugin works for you. Here is a similar number range example.
Kevin