I have a column that contains dates, when I click the column header the column is sorted numerically and not by date. How would I sort this by date? The date is in the format dd/mm/yy.
Example (sorted oldest first):
10/12/08 <--December 10/09/08 <--September 12/12/08 <--December
Many thanks