ZF-11232: Zend_Validate_Date throws exception unnecessarily
Description
I have used a Date validator in my form, which asks a time in format "HH:mm". If 'foo' is given, I will see an error message "'foo' is not valid" as expected. BUT I will also get an error ... Zend_Locale_Exception: No date part in 'foo' found.
Comments
Posted by Kim Blomqvist (kblomqvist) on 2011-03-28T14:44:30.000+0000
Sorry, not an issue... disabling the XDebug solved the problem.
Posted by Thomas Weidner (thomas) on 2011-03-31T14:08:43.000+0000
No problem