Hi,
I m using JQuery DataTable along with search functionality.
https://datatables.net/
I would like to search column based on Date Range.
DateRange
27/04/2021 - 30/04/2011
Now when i search & pass the value of 27/04/2021 it's giving the record. But when i search if it falls between this range then it should show the record. Currently it's not returning for 28/04/2021.
Thanks