I have a SortableTableModel with java.util.Date objects in one of the columns. But when I place the SortableTableModel in a SortableTable
and try to sort the column holding the dates, it sorts them alphabetically
rather than by time e.g.
Friday ....
Monday ....
Wednesday ....
rather than
Monday ....
Wednesday ....
Friday ....
Is this a bug or am I doing something wrong ?
Thanks in advance

Asad