From 22ae5e7ca6d8e1a8f21c960415b469befef4afa5 Mon Sep 17 00:00:00 2001 From: stingl Date: Tue, 16 Nov 2021 09:44:43 +0100 Subject: [PATCH] Set date for history on today; --- js/app.js | 2 ++ 1 file changed, 2 insertions(+) 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();