From 34060f2e0ac9bdf43d10ec6795a57620e096ee60 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Sun, 5 Feb 2017 23:37:12 +0200 Subject: [PATCH] Set default date format #272 --- config/locales/en.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 8e4d26b9b..71cdea89a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -18,7 +18,7 @@ en: time: formats: - default: "%d. %B %Y, %H:%M" + default: "%Y-%m-%d %H:%M" longer: "%a, %e. %b %Y, %H:%M" long: "%A, %e. %B %Y, %H:%M" short: "%d.%m.%y, %H:%M" @@ -28,6 +28,7 @@ en: ydate: "%Y.%m.%d" date: formats: + default: "%Y-%m-%d" year_and_month: "%Y %B" activerecord: