`{ ... start_time: ["required", "dateFormat:HH:mm:ss"], end_time: ["required", "dateFormat:HH:mm:ss"], ... }` The `:` in the dateformat is still messing with the parsing
{ ... start_time: ["required", "dateFormat:HH:mm:ss"], end_time: ["required", "dateFormat:HH:mm:ss"], ... }The
:in the dateformat is still messing with the parsing