mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 20:13:49 +00:00
install twig intl-extra, replace localizeddate filter by format_date
This commit is contained in:
@@ -1 +1 @@
|
||||
{% if value is not empty %}{{ value|localizeddate(format, 'none')}}{% endif %}
|
||||
{% if value is not empty %}{{ value|format_date(format, 'none')}}{% endif %}
|
||||
|
Reference in New Issue
Block a user