From 5b2833350c09e93c0c579916b6b7e264f1d7eea8 Mon Sep 17 00:00:00 2001 From: bgamard Date: Sat, 31 Oct 2020 20:20:11 +0100 Subject: [PATCH] Closes #391: change english date format to yyyy/mm/dd --- docs-web/src/main/webapp/src/locale/angular-locale_en.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-web/src/main/webapp/src/locale/angular-locale_en.js b/docs-web/src/main/webapp/src/locale/angular-locale_en.js index dfa2746f..ee5c4c7f 100644 --- a/docs-web/src/main/webapp/src/locale/angular-locale_en.js +++ b/docs-web/src/main/webapp/src/locale/angular-locale_en.js @@ -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": {