From e56164aa5a819b51ecaa64a352d2ffda78c5168b Mon Sep 17 00:00:00 2001 From: mfcar Date: Mon, 27 Feb 2023 20:31:38 +0000 Subject: [PATCH] Add a new date format --- client/store/globals.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/store/globals.js b/client/store/globals.js index c3c2e4b7..9c126a97 100644 --- a/client/store/globals.js +++ b/client/store/globals.js @@ -32,6 +32,10 @@ export const state = () => ({ text: 'DD/MM/YYYY', value: 'dd/MM/yyyy' }, + { + text: 'DD.MM.YYYY', + value: 'dd.MM.yyyy' + }, { text: 'YYYY-MM-DD', value: 'yyyy-MM-dd'