Date Sorting problem
Date Sorting problem
![michaelcp](https://secure.gravatar.com/avatar/80abc9b6c443859a85012fec617bb961/?default=https%3A%2F%2Fvanillicon.com%2F80abc9b6c443859a85012fec617bb961_200.png&rating=g&size=120)
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.