I use this boot plugin to load data. Everything is fine, but this plugin cannot sort the column with the date (dd / mm / YYYY). The plugin can only be sorted in the format YYYY / mm / dd. So how can I sort the dd / mm / YYYY date format with this plugin?
By the way, I found the plugin code from datatables.net that allows you to sort the dd / mm / YYYY format.
Can someone help me combine (maybe) the original plugin and add the code above? Thanks...
source share