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'