mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-24 09:49:24 +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',
|
||||
value: 'dd/MM/yyyy'
|
||||
},
|
||||
{
|
||||
text: 'DD.MM.YYYY',
|
||||
value: 'dd.MM.yyyy'
|
||||
},
|
||||
{
|
||||
text: 'YYYY-MM-DD',
|
||||
value: 'yyyy-MM-dd'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue