Posts by Edgard Bertelli • 11 points
1 post
-
1
votes1
answer34
viewsQ: Date format in Laravel
I’m using Mysql as a database for a project developed with Laravel. However, I need to convert the default date format (YYYY-MM-DD) to the "DD-MM-YYY" format. How can I make this conversion?