diff --git a/js/app.js b/js/app.js index 4fcd219..76c7b8c 100644 --- a/js/app.js +++ b/js/app.js @@ -60,7 +60,9 @@ const TimeTrack = { this.loadStorage(); this.fetchThemes(); + moment.locale('de'); + this.customDateForPastDays = moment().format("MMM Do YY"); setInterval(() => { vue.$forceUpdate();