I am using Jquery DataTables in one of my ASP.NET MVC project. My listing pages contains DateTime columns like CreateOn, LastUpdatedOn etc.
I want to enable sorting on these DateTime columns but the problem is that the DisplayFormat and the data on which I want to sort is different.
Means I want to sort the data by keeping time component of DateTime column but I don't want to display time component.
I used the Ultimate DateTime Sorting Plugin but I can't figure out option in that plugin.
Can anyone please help me?