I am using the ionic framework and I am trying to calculate the number of days between today and Sun Apr 18 2017 15:14:36 GMT+0800 (MYT)
and today :Thu Mar 09 2017 17:52:48 GMT+0800 (MYT)
it's showing that there are 44 days but I know it's 40 days. Can someone help me fix my code
$scope.daysLeft=Math.floor(Math.abs(newDate - new Date())/86400000);