Why date is not sorting perfectly in Datatables?
问题 I have try many ways to sort date in dataTables but not working perfectly (asc or desc). I referred to any place to find the solution but not solve. Below are the method that I have tried but not working. Use Date Eu plugin. Here 1 , Here 2 , Here 3 JS function loadtable(){ var project = ''; $.ajax({ url : url, crossDomain: true, type : 'POST', dataType : 'json', data: JSON.stringify({project_id: project_id}), success: function(response){ if (response.status == "Success"){ $.each(response