[jQuery] Tablesorter parsing question

2008-03-26 Thread Apemantus
Hi, I have a column I want to use tablesorter to act on. It's a time column, where the times are in the format mm:ss.tenths, e.g. (10:12.2, 15:12.2). Times of under 10 minutes are 7:12.4, 9:12.5. Tablesorter deals with these by sorting them, in ascending order, as 10:12.2, 15:12.2, 7:12.4, 9:12.

[jQuery] Tablesorter parsing question

2008-03-26 Thread DavidH
Hi, I have a column I want to use tablesorter to act on. It's a time column, where the times are in the format mm:ss.tenths, e.g. (10:12.2, 15:12.2). Times of under 10 minutes are 7:12.4, 9:12.5. Tablesorter deals with these by sorting them, in ascending order, as 10:12.2, 15:12.2, 7:12.4, 9:12.5