Date range filters
Date range filters
Marcin1
Posts: 6Questions: 3Answers: 0
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