In Magento registration page validation is not allowing me to submit the form for some valid date's.
For example :-
08/24/1988
MM/DD/YYYY
the above date is not working for me. The field class are
input-text validate-custom validation-failed
I found js in the source like below
var customer_dob = new Varien.DOB('.customer-dob', false, '%m/%e/%y');
where may be the wrong.Can some anyone suggest me.
Mage version : 1.5.1.0