diff --git a/fixtures/countryInfo.json b/fixtures/countryInfo.json index 36a6edf0..3ae26b7c 100644 --- a/fixtures/countryInfo.json +++ b/fixtures/countryInfo.json @@ -2707,7 +2707,7 @@ [ "Europe/Zurich" ], - "locale": "fr-CH" + "locale": "de-CH" }, "Syria": { diff --git a/schemas/core/SystemSettings.json b/schemas/core/SystemSettings.json index ba67d038..65bb5759 100644 --- a/schemas/core/SystemSettings.json +++ b/schemas/core/SystemSettings.json @@ -36,6 +36,10 @@ { "label": "Mar 23, 2022", "value": "MMM d, y" + }, + { + "label": "23.03.2022", + "value": "dd.MM.yyyy" } ], "default": "MMM d, y", @@ -49,6 +53,7 @@ "fieldtype": "AutoComplete", "default": "en-IN", "required": true, + "allowCustom": true, "description": "Set the local code. This is used for number formatting." }, {