From 21a92273d7f0ddbdb827c22646dff2d43e544808 Mon Sep 17 00:00:00 2001 From: Marco Crapts Date: Mon, 1 Jul 2019 22:11:41 +0200 Subject: [PATCH] show weekday --- src/components/Chart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Chart.vue b/src/components/Chart.vue index a6ccba7..3af0591 100644 --- a/src/components/Chart.vue +++ b/src/components/Chart.vue @@ -67,7 +67,7 @@ export default { second: '%H:%M:%S', minute: '%H:%M', hour: '%H:%M', - day: '%e %b', + day: '%a %e %b', week: '%e %b', month: '%b \'%y', year: '%Y'