Support the ongoing development of Laravel.io →

sangrialdrete

Joined 12 Dec 2019

Statistics

Threads 0
Replies 31
Solutions 0
Articles 0

sangrialdrete has not posted any threads yet

replied 4 years ago

How to validate date + right format?

Check this out I think this is exactly what you need. https://laracasts.com/discuss/channels/gener...

0 Likes
replied 4 years ago

How to validate date + right format?

First of all the date shouldn't be a 'string' type. However if that works for you fine. You could pu...

0 Likes
replied 4 years ago

Sql Server Date format issue

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

1 Likes
replied 4 years ago

Sql Server Date format issue

Use carbon to format dates In the model Use Carbon\Carbon; The format the retrieved dates

parth-kundariya, floreasy liked this reply

2 Likes
replied 4 years ago

Local setup not working

Maybe clean the views, routes cache. Run composer dump-autoload Run php artisan cache:clear...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.