mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
long datetime format with long weekday and month
This commit is contained in:
parent
9f51438b61
commit
26e2ba448a
@ -54,9 +54,9 @@ const dateTimeFormats = {
|
|||||||
},
|
},
|
||||||
long: {
|
long: {
|
||||||
year: 'numeric',
|
year: 'numeric',
|
||||||
month: 'short',
|
month: 'long',
|
||||||
day: 'numeric',
|
day: 'numeric',
|
||||||
weekday: 'short',
|
weekday: 'long',
|
||||||
hour: 'numeric',
|
hour: 'numeric',
|
||||||
minute: 'numeric',
|
minute: 'numeric',
|
||||||
},
|
},
|
||||||
@ -78,9 +78,9 @@ const dateTimeFormats = {
|
|||||||
},
|
},
|
||||||
long: {
|
long: {
|
||||||
day: 'numeric',
|
day: 'numeric',
|
||||||
month: 'short',
|
month: 'long',
|
||||||
year: 'numeric',
|
year: 'numeric',
|
||||||
weekday: 'short',
|
weekday: 'long',
|
||||||
hour: 'numeric',
|
hour: 'numeric',
|
||||||
minute: 'numeric',
|
minute: 'numeric',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user