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

This commit is contained in:
Marc Ducobu 2013-12-05 17:23:57 +01:00
parent f038982e49
commit b8291e4a1b

View File

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