I have a JTable and have added sorting. Now the JTable has 5 columns and the 2nd column in a date field converted to DD/MM/YYYY and displayed in a JTextField in the cell.
You need to implement comparator that treats date string as Date rather simple String have a look here
Date
String