Add a new date format

This commit is contained in:
mfcar 2023-02-27 20:31:38 +00:00
parent 071444a9e7
commit e56164aa5a
No known key found for this signature in database

View File

@ -32,6 +32,10 @@ export const state = () => ({
text: 'DD/MM/YYYY', text: 'DD/MM/YYYY',
value: 'dd/MM/yyyy' value: 'dd/MM/yyyy'
}, },
{
text: 'DD.MM.YYYY',
value: 'dd.MM.yyyy'
},
{ {
text: 'YYYY-MM-DD', text: 'YYYY-MM-DD',
value: 'yyyy-MM-dd' value: 'yyyy-MM-dd'