nomadinjax / esapi4cf

If anyone is interested in taking over this project please let me know! I no longer have the time to commit to it as my role has changed much since I took this over. This project deserves someone who can devote the necessary time to it! OWASP Enterprise Security API (ESAPI) for ColdFusion/CFML Project
http://damonmiller.github.io/esapi4cf/
BSD 3-Clause "New" or "Revised" License
37 stars 10 forks source link

Allow the Date Validators to accept a min/max value for validation #29

Closed nomadinjax closed 10 years ago

nomadinjax commented 11 years ago

Add 2 additional optional arguments to the isValidDate and getValidDate Validator methods for minValue and maxValue, similar to how the Number Validators do. The date validation, when min/max are provided, should ensure that the supplied date falls between the min/max values. If it does not, a validation error should be thrown similar to the Number Validator.

nomadinjax commented 10 years ago

complete in v1.2.0