logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • dook
    • Posted on Tue 6 Aug 2002

    I had trouble getting Validate function to work properly for all months. I had to replace the

    parseInt(dateBits[1])

    with simply

    dataBits[1]

    in the three New Date calls in the valiDate function. Seems to work fine without the parseInt. Is there some reason why parseInt is needed here?

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: