Use date format validation https://laravel.com/docs/8.x/validation#rule-date-format
Feb 9, 2022
17
Level 17
How to validate date without time ?
How to validate a date without time? date format : dd/mm/yyyy default chrome format and after now()
Level 75
date format : dd/mm/yyyy default chrome format and after now()
'date' => 'date_format:d/m/Y|after:now'
https://www.php.net/manual/en/datetime.format.php
1 like
Please or to participate in this conversation.