Check this out I think this is exactly what you need. https://laracasts.com/discuss/channels/gener...
First of all the date shouldn't be a 'string' type. However if that works for you fine. You could pu...
Have you tried on your models protected $dateFormat = 'Y-d-m H:i:s.v'; I used MSSQL on my last...
floreasy liked this reply
Use carbon to format dates In the model Use Carbon\Carbon; The format the retrieved dates
parth-kundariya, floreasy liked this reply
Maybe clean the views, routes cache. Run composer dump-autoload Run php artisan cache:clear...
The Laravel portal for problem solving, knowledge sharing and community building.
The community