|
NAMEInput::Validator::Constraint::Time - Time constraintSYNOPSIS$validator->field('time')->constraint(time => [split => ':']); DESCRIPTIONChecks 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.METHODS"is_valid"Validates the constraint.SEE ALSOInput::Validator, Input::Constraint
Visit the GSP FreeBSD Man Page Interface. |