Level 1
Use date_format rule validation
date_format:H:i
From docs
date_format:format
The field under validation must match the format defined according to the date_parse_from_format PHP function.
20 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
How to validate a hh:mm time with laravel Validator?
Is there any way? Or I will need to use regex validation?
Use date_format rule validation
date_format:H:i
From docs
date_format:format
The field under validation must match the format defined according to the date_parse_from_format PHP function.
Please or to participate in this conversation.