I want to set date format to all datetime and date fields used in app globally. I thought I can achieve that using form theme, but when I tried to pass format variable in twig nothing happened.
{{ form_row(form.date,{'format': 'dd.MM.yy'}) }}
Any ideas? Thanks in advance.
twig.date.format: dd.MM.yy? (reference: symfony.com/doc/current/reference/configuration/twig.html)