I have a table wherein one of the columns displays the date in the mm/yy format viz. 12/08, 01/09, 02/08, etc.
How do I implementing sorting on this column with the jQuery tablesorter (http://tablesorter.com) so that the dates are appropriately sorted?
Using the default date format does not work as it expects a date of three elements (mm/dd/yy such as 01/06/09).