Jquery tablesorter plugin to sort format: 16-Jan-2010
I'm using jQuery Tablesorter 开发者_如何学运维and I have a problem sorting tables with date values of format: 16-Jan-2010
How do I make them sort properly?
Thanks in advance!
You should write your own parser. for jQuery Tablesorter. Try converting the date to a format that does sort (example, YYMMDD will sort correctly as strings :))
精彩评论