Date range filter, filters another day of the month?
Date range filter, filters another day of the month?
glenbacs
Posts: 3Questions: 1Answers: 0
How can I stop filtering the same day of the month, for example, if i have september 13 in min and september 15 in max, if in october it has days in 13 and 15, it is also included in the result? i am using this sample http://datatables.net/plug-ins/filtering/row-based/range_dates and also adjust this https://datatables.net/examples/plug-ins/range_filtering.html to dates, how should i do it to avoid october days result?
This discussion has been closed.
Answers
So which of those plug-ins are you using for date-range?
i used range_dates and fail also range_filtering also fail
range_dates should work. Did you set it up correctly? It would be best if you provide a link to a page showing the problem.
my date format is 2015-08-19 YYYY-MM-DD like that, i am using morris js so the format is that, the filtering is ok, but the months with same date is also showing in data tables, anyway, im trying to filter only one column, is that possible?
you can use my yadcf range_date filter type, it works jQueryUI datepicker (datepicker) and Bootstrap datepicker (eonasdan-bootstrap-datetimepicker). See showcase http://yadcf-showcase.appspot.com/DOM_source.html and http://yadcf-showcase.appspot.com/dom_bootstrap.html