  $(document).ready(function() 
  {
    $("table.tablesorter").tablesorter(
    { widgets: ['zebra'], dateFormat: 'dd/mm/yyyy' }
      );
  });