Webform Validation NotDate
What is this?
This module uses hooks to webform_validation project to allow validation of the webform component date against a date.
This module needs to be banged on, I suspect the code might be fragile and could be done better, but hey it seems to be working!
Why?
Some websites may have a need to simply not a allow a particular date to be valid on webform.
Would be nice to have more functions... but this is a sandbox.
This module allows input of single datethat will not validate.
For now the module only allows inputs exactly how the webform date component is saving, example feb 16, 2012 has to be put in 2012/2/16 as the condition.
If all installs properly this should use the hooks to show another condition for the module webform_validation which is a required module
Promote to full project?
Would prefer that the project webform_validation add this rather than being a separate project