From 8da56d5b9e6e5f38862737c9089aaf7273f45db0 Mon Sep 17 00:00:00 2001 From: mahsem <137205921+mahsem@users.noreply.github.com> Date: Sat, 14 Dec 2024 06:52:29 +0100 Subject: [PATCH] fix: add Swedish date and time format --- frappe/geo/country_info.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index 163f7fd9c0..da8a80c9c6 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -2599,6 +2599,8 @@ "currency_name": "Swedish Krona", "currency_symbol": "kr", "number_format": "#.###,##", + "date_format": "yyyy-mm-dd", + "time_format": "HH:mm", "timezones": [ "Europe/Stockholm" ],