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

Sorry, not an issue... disabling the XDebug solved the problem.

No problem