mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 05:53:12 +07:00
Closes #391: change english date format to yyyy/mm/dd
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user