mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 13:03:50 +00:00
install twig intl-extra, replace localizeddate filter by format_date
This commit is contained in:
2
Resources/views/ThirdParty/_render.html.twig
vendored
2
Resources/views/ThirdParty/_render.html.twig
vendored
@@ -28,7 +28,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{%- if options['with_valid_from'] == true -%}
|
||||
<span class="address_since">{{ 'Since %date%'|trans( { '%date%' : contact.address.validFrom|localizeddate('long', 'none') } ) }}</span>
|
||||
<span class="address_since">{{ 'Since %date%'|trans( { '%date%' : contact.address.validFrom|format_date('long', 'none') } ) }}</span>
|
||||
{%- endif -%}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user