Date sorting problem with jQuery Tablesorter

前端 未结 7 1390
孤街浪徒
孤街浪徒 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

提交回复
热议问题