diff --git a/js/ui/dateMenu.js b/js/ui/dateMenu.js index 79787eb8e..4bf22b46e 100644 --- a/js/ui/dateMenu.js +++ b/js/ui/dateMenu.js @@ -147,7 +147,7 @@ const DateMenuButton = new Lang.Class({ let now = new Date(); return now.getYear() == date.getYear() && now.getMonth() == date.getMonth() && - now.getDay() == date.getDay(); + now.getDate() == date.getDate(); }, _appInstalledChanged: function() {