date column sorting

I want to sort the date column values.

I have used mygrid.setColSorting(“date”);



But it didnt worked . i have used 17-SEP-2008 as date format.



If not which is the correct date format i have to use to enable the sorting on the date columns ??

By default sorting will recognize any javascript compatible data format ( those are mm/dd/yyyy and some other similar to it )
If you need to use custom date format, you can
a) use dhxCalendar excell and mygrid.setDateFormat(
b) use custom sorting routine
dhtmlx.com/docs/products/dhtmlxG … d_art_sort