How to sort date type of column by passing it the date format like (dd/MM/yyyy, yyyy/MM/dd ) ?

How to sort date type of column by passing it the date format like (dd/MM/yyyy, yyyy/MM/dd ) ?

emoemo Posts: 1Questions: 1Answers: 0

Hi,
In our system users are able to choose a date format type like dd/MM/yyyy or yyyy/MM/dd or yyyy-dd-MM. Depends on this selection we display the date inside a datatable. How can I sort them correctly inside a datatables? Is there a plugin for it, where I can pass date column format and then I can order it? How is it possible to make this custom?

This discussion has been closed.