Problem with sorting dates with jquery tablesorter

后端 未结 8 757
终归单人心
终归单人心 2021-02-02 12:18

I am using tablesorter plugin to sort my tables in an MVC .NET App. Most of my columns are strings and I\'m having no problems with them. Neither with the numeric ones. The thin

8条回答
  •  无人及你
    2021-02-02 12:45

    You can also add a hidden span tag before your date in numerical format (yyyymmdd). This text will come first and be used for sorting but it will be hidden from sight and only show the format you want.

        2013092323 September 2013    
    

提交回复
热议问题