DateValidator
class DateValidator extends ConstraintValidator
Constants
PRETTY_DATE |
Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). |
OBJECT_TO_STRING |
Whether to cast objects with a "__toString()" method to strings. |
PATTERN |
|
Methods
from ConstraintValidator
static bool
checkDate(int $year, int $month, int $day)
Checks whether a date is valid.
Details
in ConstraintValidator at line line 48
initialize(ExecutionContextInterface $context)
Initializes the constraint validator.
at line line 37
static bool
checkDate(int $year, int $month, int $day)
Checks whether a date is valid.
at line line 45
validate(mixed $value, Constraint $constraint)
Checks if the passed value is valid.