diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 67282c257..bc8e14dda 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -29,7 +29,7 @@ $('.datepicker').datepicker({ changeMonth: true, changeYear: true, - dateFormat: 'yy-mm-dd' + dateFormat: 'dd-mm-yy' }, $.datepicker.regional["fr"]); }); {% block js%}{% endblock %}