mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
install twig intl-extra, replace localizeddate filter by format_date
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
<p>
|
||||
{{ 'Last opening since %last_opening%'|trans(
|
||||
{ '%last_opening%' : accompanying_period.openingDate|localizeddate('long', 'none', app.request.locale) }) }}
|
||||
{ '%last_opening%' : accompanying_period.openingDate|format_date('long', 'none') }) }}
|
||||
</p>
|
||||
|
||||
{% if form.openingDate is defined %}
|
||||
|
Reference in New Issue
Block a user