sort date of format 'dd-MMM-YYYY' in datatable
sort date of format 'dd-MMM-YYYY' in datatable
Vas
Posts: 2Questions: 1Answers: 0
I want to sort a specific column of date format 'dd-MMM-YYYY' in a datatable. Please guide me
This discussion has been closed.
Answers
Well, have the docs guide you
But since you seem to be new here is some input on sorting including dates:
https://stackoverflow.com/questions/53238318/html5-javascript-datatables-order-sort-of-columns/53238593#53238593
Please take a look at this as well:
https://datatables.net/plug-ins/sorting/datetime-moment
That is actually the best and most flexible plug in for date sorting. Needs to be used with moment.js
There are more date time sorting plug ins here:
https://datatables.net/plug-ins/sorting/
Thank you