You are viewing this page out of context. To see it in the context it is intended please click here.
About This Page
Reply posted by fogg on Fri 31 Aug 2001 in response to JavaScript Form Validator R2.0
JavaScript Form Validator R2.0
It seems that JavaScript Form Validator R2.0 is in trouble to verify day anmonth value in a date field when these values < 10.
It seems that Rolf Strijdhorst has the same problem. The problems comes in the
function validate script_valid.js code.
For example when you have parseInt(dateBits[1]) with a month < 10, you obtain
the 0 value.
Rolf, if you still need the correction i can send it to you.