Date sorting doesn't work

Date sorting doesn’t work in version 2.1 build 90226. We even tried on 2.5 version. Please let me know if there is any patch available that we can apply on version 2.1 of dhtmlGrid.

Default date sorting expects that dates are provided in format which can be parsed by javascript.

If you are using dates in custom format, you need to use dhxCalendar cell and setDateFormat command to organize correct sorting.

Or you can use custom sorting routine
docs.dhtmlx.com/doku.php?id=dhtm … te_sorting