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() {
$("#dataTable").tablesorter();
});
But its not working for the dates of format yyyy-mm-dd. Can any one suggest how can i apply this format for sorting?