I'm having a hard time manipulating an input of type date . When using this type of input the date is formatted as Y-m-d, however, in my form I want to type dd / mm / yyyy.
Model User:
//...
protected $dates = [
'data_nascimento'
];...
asked by
15.03.2018 / 05:55