Date range filters
Date range filters
![Marcin1](https://secure.gravatar.com/avatar/b63c2aafbd72299b48727a230d6d39c6/?default=https%3A%2F%2Fvanillicon.com%2Fb63c2aafbd72299b48727a230d6d39c6_200.png&rating=g&size=120)
Hi there,
I have the users table with the registered date.
I need to create date range filters based on the registered date. So filters are gonna be like From: To:. Any idea how can I easily achieve it? Also, I need to use datepicker from jQuery UI (1.10.3).
Thanks,
Marcin
This discussion has been closed.
Answers
Take a look at this please:
https://editor.datatables.net/examples/dates/options-min-max
I have used 'yadcf' JS library with 'range_date' and filters work. However, I need to set up default dates for from and to inputs. Is it possible to do it with 'yadcf' lib? Thanks
Hi @Marcin1 ,
It would be worth checking the YADCF documentation for that. There is a date range filter plugin that may be of interest too.
Cheers,
Colin
All have been sorted out. Thank you for your help here Guys. I have used YADCF lib + JqueryUI datepicker. All work quite well. Thanks
Have a nice day ![:) :)](https://datatables.net/forums/resources/emoji/smile.png)