Closes #391: change english date format to yyyy/mm/dd

This commit is contained in:
bgamard 2020-10-31 20:20:11 +01:00
parent 66acb380ab
commit 5b2833350c

View File

@ -103,8 +103,8 @@ $provide.value("$locale", {
"medium": "MMM d, y h:mm:ss a",
"mediumDate": "MMM d, y",
"mediumTime": "h:mm:ss a",
"short": "M/d/yy h:mm a",
"shortDate": "MM/dd/yyyy",
"short": "yy/M/d h:mm a",
"shortDate": "yyyy/MM/dd",
"shortTime": "h:mm a"
},
"NUMBER_FORMATS": {