mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-04 02:22:09 +01:00
Add a new date format
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user