From bb6a644b3a83f4c18f872a53bca073f04ca39b51 Mon Sep 17 00:00:00 2001 From: stingl Date: Tue, 16 Nov 2021 09:49:05 +0100 Subject: [PATCH] format test; --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 1b85cee..2ba13ba 100644 --- a/js/app.js +++ b/js/app.js @@ -62,7 +62,7 @@ const TimeTrack = { this.fetchThemes(); moment.locale('de'); - this.customDateForPastDays = moment(); + this.customDateForPastDays = moment().format(); setInterval(() => { vue.$forceUpdate();