Give the other dates consistent formats too
This commit is contained in:
parent
6f9abd2149
commit
5c0a69be8c
2 changed files with 2 additions and 2 deletions
|
@ -7,4 +7,4 @@ _core:
|
||||||
id: long
|
id: long
|
||||||
label: 'Default long date'
|
label: 'Default long date'
|
||||||
locked: false
|
locked: false
|
||||||
pattern: 'l, F j, Y - H:i'
|
pattern: 'Y F d, l, \a\t g:ia'
|
||||||
|
|
|
@ -7,4 +7,4 @@ _core:
|
||||||
id: short
|
id: short
|
||||||
label: 'Default short date'
|
label: 'Default short date'
|
||||||
locked: false
|
locked: false
|
||||||
pattern: 'm/d/Y - H:i'
|
pattern: '''y M d'
|
||||||
|
|
Loading…
Reference in a new issue