开发者

Jquery tablesorter plugin to sort format: 16-Jan-2010

开发者 https://www.devze.com 2023-01-02 07:06 出处:网络
I\'m using jQuery Tablesorter 开发者_如何学运维and I have a problem sorting tables with date values of 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 :))

0

精彩评论

暂无评论...
验证码 换一张
取 消