Date Sorting problem
Date Sorting problem
michaelcp
Posts: 17Questions: 2Answers: 0
Hello everyone,
I am new to DataTables and maybe this question has already been answered, but indulge me please. I retrieve a list of dates from a database and then i render a datatable with the specific dates in a column. When i try to sort them the sorting is not working as intended, and i think its because it converts the dates in string form. What i would like to know is if there is a solution strictly within DataTables or do I have to try a plugin?
Thank you
This discussion has been closed.
Replies
This post is about a couple of issues around sorting including dates:
https://stackoverflow.com/questions/53238318/html5-javascript-datatables-order-sort-of-columns/53238593#53238593
Thanks a lot rf1234, I will look into it.