From afaad51f607f4cd843763a2b3d8a8bd14078496b Mon Sep 17 00:00:00 2001 From: joezsweet Date: Mon, 10 Apr 2017 09:15:50 +0200 Subject: [PATCH] Added Italian date format, modified number format (#3035) --- frappe/geo/country_info.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index deac9f2532..d625e7eb6d 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -1196,7 +1196,8 @@ "currency_fraction": "Cent", "currency_fraction_units": 100, "currency_symbol": "\u20ac", - "number_format": "#,###.##", + "number_format": "#.###,##", + "date_format": "dd/mm/yyyy", "timezones": [ "Europe/Rome" ]