Relative Content

Tag Archive for phpsymfonytwig

format_datetime filter is not displaying date in French

I am trying to display a date in French using Twig filter format_datetime. For instance, this code:
'2024-05-05 23:39:12'|format_datetime(locale='fr',pattern="EEEE dd MMMM YYYY") should display Dimanche 05 Mai 2024 but its displaying Sunday 05 May 2024 instead.
My setup :