This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

date

Checks if a field value is a valid date

Version added

1.0.0

Properties

.pattern

Data type

String | cObj

Version added

1.0.0

Important

With PHP < 5.0 you can only use "d", "m", "y" to specify the format. With PHP > 5.0 Formhandler uses DateTime:createFromFormat to parse the date.