Fixed output

This commit is contained in:
Bertocq
2017-11-17 00:21:16 +01:00
parent 1e11d6ecf1
commit bb1e5e4608

View File

@@ -1,6 +1,6 @@
module LegislationHelper
def format_date(date)
l(date, format: "%d %b %Y") if date
l(date, format: "%d %h %Y") if date
end
def format_date_for_calendar_form(date)