Posts by Lucas Torres • 1 point
1 post
-
0
votes4
answers8807
viewsA: How to convert a date variable to the Brazilian format within a view?
Voce can use Casts passing in your model it returns the date in the correct format protected $casts = [ 'dataplanejamento' => 'datetime:d/m/Y', ];