mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
Closes #391: change english date format to yyyy/mm/dd
This commit is contained in:
parent
66acb380ab
commit
5b2833350c
@ -103,8 +103,8 @@ $provide.value("$locale", {
|
|||||||
"medium": "MMM d, y h:mm:ss a",
|
"medium": "MMM d, y h:mm:ss a",
|
||||||
"mediumDate": "MMM d, y",
|
"mediumDate": "MMM d, y",
|
||||||
"mediumTime": "h:mm:ss a",
|
"mediumTime": "h:mm:ss a",
|
||||||
"short": "M/d/yy h:mm a",
|
"short": "yy/M/d h:mm a",
|
||||||
"shortDate": "MM/dd/yyyy",
|
"shortDate": "yyyy/MM/dd",
|
||||||
"shortTime": "h:mm a"
|
"shortTime": "h:mm a"
|
||||||
},
|
},
|
||||||
"NUMBER_FORMATS": {
|
"NUMBER_FORMATS": {
|
||||||
|
Loading…
Reference in New Issue
Block a user