laravel validate datetime with datetime-local

83

$this->validate($request, ['my_date' => 'date_format:Y-m-d\TH:i']);

Comments

Submit
0 Comments