mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-24 17:59:06 +02:00
Add a new date format
This commit is contained in:
parent
071444a9e7
commit
e56164aa5a
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue