Calendar (DD-MM-YYYY) Plugin
Calendar (DD-MM-YYYY) Plugin

Does this https://datatables.net/plug-ins/sorting/date-dd-MMM-yyyy still work??
I want to add it in my project....
Does this https://datatables.net/plug-ins/sorting/date-dd-MMM-yyyy still work??
I want to add it in my project....
Answers
You don't need a plugin to sort data like that any more. Use the built in
datetime
renderer.There is a collection of examples which show the various ways that it can be configured.
Allan
That said, I don't see any reason why that plugin wouldn't work - it just isn't needed any more.
Allan