dd-mm-yy plutot que yy-mm-dd

This commit is contained in:
Marc Ducobu 2013-12-05 17:23:57 +01:00
parent 6fdd7efd90
commit 3e6c625ab1

View File

@ -29,7 +29,7 @@
$('.datepicker').datepicker({ $('.datepicker').datepicker({
changeMonth: true, changeMonth: true,
changeYear: true, changeYear: true,
dateFormat: 'yy-mm-dd' dateFormat: 'dd-mm-yy'
}, $.datepicker.regional["fr"]); }, $.datepicker.regional["fr"]);
}); });
{% block js%}<!-- nothing added to js -->{% endblock %} {% block js%}<!-- nothing added to js -->{% endblock %}