mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-15 22:01:23 +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(date_format, time_format) }}{% else %}<span class="chill-no-data-statement">{{ message|trans }}</span>{% endif %}
|
||||
{% if value is not empty %}{{ value|format_date(date_format) }}{% else %}<span class="chill-no-data-statement">{{ message|trans }}</span>{% endif %}
|
||||
Reference in New Issue
Block a user