diff --git a/client/cat3/src/partials/sections/dashboard/popups/controller/scheduleCtrl.js b/client/cat3/src/partials/sections/dashboard/popups/controller/scheduleCtrl.js index 138b6ba1a..77bd49833 100644 --- a/client/cat3/src/partials/sections/dashboard/popups/controller/scheduleCtrl.js +++ b/client/cat3/src/partials/sections/dashboard/popups/controller/scheduleCtrl.js @@ -31,8 +31,8 @@ $scope.removeTime = function (ind) { sch.interval.splice(ind,1); }; - sch.schedulerStartOn=moment(new Date()).format('DD/MM/YYYY'); - sch.schedulerEndOn=moment(new Date()).format('DD/MM/YYYY'); + sch.schedulerStartOn=moment(new Date()).format('MM/DD/YYYY'); + sch.schedulerEndOn=moment(new Date()).format('MM/DD/YYYY'); sch.cancel = function() { $modalInstance.dismiss('cancel'); }; diff --git a/client/cat3/src/partials/sections/dashboard/popups/view/schedule.html b/client/cat3/src/partials/sections/dashboard/popups/view/schedule.html index c51231156..dfd827a01 100644 --- a/client/cat3/src/partials/sections/dashboard/popups/view/schedule.html +++ b/client/cat3/src/partials/sections/dashboard/popups/view/schedule.html @@ -82,14 +82,14 @@