install twig intl-extra, replace localizeddate filter by format_date

This commit is contained in:
Tchama 2020-08-03 11:10:38 +02:00
parent 533d27785e
commit d4130b701e

View File

@ -1 +1 @@
{% if value is not empty %}{{ value|localizeddate(format, 'none')}}{% endif %}
{% if value is not empty %}{{ value|format_date(format, 'none')}}{% endif %}