mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
Missing date information are now reset to 0 (1970-01-01T00:00:00),
because otherwise they are taken from current date/time, so:
`Respect\Validation\Validator::date("m")->isValid('06')` is not valid on
31st of every month.
|
||
|---|---|---|
| .. | ||
| Exceptions | ||
| Helpers | ||
| Rules | ||
| FactoryTest.php | ||
| ValidatorTest.php | ||