Is it possible to sort dates in a grid control?
Estimated Reading Time: < 1 MinuteThe grid allows you to sort dates when the SORTABLE-COLUMN style is set.
You have to specify the date-format for the column using DATA-TYPES property.
e.g. DATA-TYPES ("D,yyyy-MM-dd")