Date sorting problem with jQuery Tablesorter

前端 未结 7 1387
孤街浪徒
孤街浪徒 2020-11-29 03:21

I am trying to sort a table which has column like 2009-12-17 23:59:59.0. I am using below to apply sort

$(document).ready(function() { 
    $(\         


        
相关标签:
7条回答
  • 2020-11-29 03:40

    dateFormat : "mmddyyyy", // set the default date format

    example-option-date-format

    0 讨论(0)
提交回复
热议问题