From 82f3c0d580527468fbe91db877630b64634ca7ef Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 11 Feb 2022 15:22:10 +0100 Subject: [PATCH] datetime add for creation month --- admin/src/components/Overlay.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/src/components/Overlay.vue b/admin/src/components/Overlay.vue index e9af36cdd..f7ec62266 100644 --- a/admin/src/components/Overlay.vue +++ b/admin/src/components/Overlay.vue @@ -25,7 +25,9 @@ {{ $t('creation_for_month') }} - {{ items.date }} + + {{ $d(new Date(items.date), 'month') }} {{ $d(new Date(items.date), 'year') }} +