diff --git a/public/script/app.js b/public/script/app.js index 71a00fa..dd17e44 100644 --- a/public/script/app.js +++ b/public/script/app.js @@ -1548,6 +1548,8 @@ angular .get("/api/conferences/" + $routeParams.conferenceId) .then((res) => { $scope.options = res.data; + $scope.options.startDate = new Date($scope.options.startDate); + $scope.options.endDate = new Date($scope.options.endDate); }); } if ($routeParams.conferenceId) {