diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 2931b76d0..dc8d5f2ed 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 %}