|
NAMEInput::Validator::Constraint::Date - Date constraintSYNOPSIS$validator->field('date')->constraint('date'); $validator->field('date')->constraint('date', split => '/'); DESCRIPTIONChecks whether a value is a valid date. Date is a string with a separator ("/" by default), that is splitted into "year, month, day" sequence and then validated.METHODS"is_valid"Validates the constraint.SEE ALSOInput::Validator, Input::Constraint
Visit the GSP FreeBSD Man Page Interface. |