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