37 public function validate($value, $options=null, $context=null) {
39 return strlen($value) === 0 || (\DateTime::createFromFormat($format, $value) !== false);
ValidateType defines the interface for all validator classes.
Date validates against the specified date format.
validate($value, $options=null, $context=null)