Problem with sorting a timestamp

Hello

I got date value out of my database in the following way: “2013-05-08 13:00:00”

Grid[1].setColSorting(); is set to “date” but when i click on the header in this column happens nothing. I make something wrong?

Thank you

In case of date sorting you need to use the dhxCalendar exCell type.
dhtmlx.com/docs/products/dht … _grid.html

OK. I thought that there’s another way as including Calender.

Thank you. Helped a lot.