ZF-8655: Wrong time validation
Description
I want to check my form input field if it contains a time. I do it like this: $evtStartTime->addValidator(new Zend_Validate_Date('hh:mm',new Zend_Locale('auto'))); but when i enter 1111111 I don't get any error messages.
Comments
Posted by Martin de Keijzer (martin1982) on 2010-01-22T03:54:08.000+0000
Issues are close related to each other