Hi I'm using www.tablesorter.com's implementation of a sort table, however it
does not seem to recognize my client's preferred date format (10 November
2009).
Day Month Year - 10 November 2009
[CODE]
$(document).ready(function()
{
$("#oldArticles").tablesorter( {sortList: [[0,1]]} );
});
[/CODE]
It is sorting by day only.... all help is much appreciated!
--
View this message in context:
http://old.nabble.com/tablesorter-help---sort-by-date-wont-work%21-tp26286016s27240p26286016.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.