Public Member Functions | |
| is_valid ($value) | |
| Checks for validity. | |
This validator only accepts valid dates in YYYY-MM-DD format.
Definition at line 16 of file date.lib.php.
| AnewtValidatorDate::is_valid | ( | $ | value | ) |
Checks for validity.
The return value should be true for valid values, and false otherwise.
| $value | The value to check for validity. |
Reimplemented from AnewtValidator.
Definition at line 18 of file date.lib.php.
1.5.9