Filter by date range
Filter by date range
oldano97
Posts: 10Questions: 4Answers: 0
I have a column of dates which has this format "yyyy-mm-dd hh:mm:ss". I want to be able to filter based on a date range. Is this possible?
This discussion has been closed.
Answers
I added this function in the afnFiltering and added this:
But I have no errors and nothing happens.
I used this bootstrap datetimepicker : http://tarruda.github.io/bootstrap-datetimepicker/
I solved the problem with that solution:
And the correct event handler is:
I was testing the last code I've posted in other browsers than google chrome, and it works only in opera and google chrome. In firefox and i.e. 9 the table shows me the message "No matching records found" when I chage the fromSelector value.
How can I solve it ??