Closed TELLO0815 closed 6 years ago
`monthFirst: false,
formatter: {
date: function (date, settings) {
if (!date) return '';
var day = date.getDate();
var month = date.getMonth() + 1;
var year = date.getFullYear();
return year + '-' + month + '-' + day;
}`
Was the key.
Its not working in Symfony 3 for me. Is there any example or setting information for the form builder?
THX Mike