mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 12:03:48 +00:00
twig filter format_date need only one argument
This commit is contained in:
@@ -1 +1 @@
|
||||
{% if value is not empty %}{{ value|format_date(format, 'none')}}{% endif %}
|
||||
{% if value is not empty %}{{ value|format_date(format)}}{% endif %}
|
||||
|
Reference in New Issue
Block a user