I can not change the date format using laravel 5.4
My model looks like this:
class Feriado extends Model{
protected $fillable = ['id', 'data', 'descricao', 'created_at', 'updated_at' ];
protected $dates = ['data'=> 'm-d-Y...
asked by
27.10.2017 / 04:06