https://bugzilla.wikimedia.org/show_bug.cgi?id=20418
DieBuche <diebu...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from DieBuche <diebu...@gmail.com> 2011-04-15 08:49:22 UTC --- r86088 Use it like tablesorter.addParser( { id: "time", is: function (s) { return ts.rgx.time[0].test(s); }, format: function (s) { return $.tablesorter.formatFloat( new Date( "2000/01/01 " + s ).getTime() ); }, type: "numeric" } ); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l