
Input::Validator::Constraint::Time - Time constraint

$validator->field('time')->constraint(time => [split => ':']);

Checks whether a value is a valid time. Time is a string with a separator (: by default), that is splitted into hour, minute, second sequence and then validated.

is_validValidates the constraint.
