I'm using the JQuery tablesorter plugin. The table has a column that shows dates in the format 05 Mar 2012
. The tablesorter plugin seems to treat this column as text, because it sorts it in the order
- 05 Mar 2012
- 06 Jan 2012
- 07 Dec 2012
How can I sort these dates in chronological order instead?