Hello, You can reformat the date such that it follows the YYYY-MM-DD format, and then the current Zend_Validate_Date will work for you.
Perhaps better would be to file a JIRA issue, since this class is not at all flexible with the input format as it is, and furthermore, it should most likely make use of Zend_Date so that it is more DRY: http://framework.zend.com/issues/secure/CreateIssue!default.jspa Best regards, Darby Kexiao Liao wrote: > How do I use Zend_Validate_Date to valide date format as > MM/DD/YYYY(09/20/2007) or m/d/yyyy(9/1/2007)?
