RE: OT: Javascript Date/Time help!

2004-10-14 Thread Jeff Waris
Worked like a charm. The only issue was leading 0's for dates/times like 01/09/2004 and I was able to get around that.. Oh, I did comment that the code was only viable til the year and that some other means of checking will be needed for Y10K.. :) Jeff -Original Message- From: Joc

Re: OT: Javascript Date/Time help!

2004-10-13 Thread Jochem van Dieten
Jeff Waris wrote: > I can handle this with CF no problem, but I have an instance where I need to > make a DATE and TIME comparison with the server time BEFORE a form gets > submitted. I figure the best way to handle this is in the form of some > _javascript_ validation. I know _javascript_ but I am

OT: Javascript Date/Time help!

2004-10-13 Thread Jeff Waris
I can handle this with CF no problem, but I have an instance where I need to make a DATE and TIME comparison with the server time BEFORE a form gets submitted. I figure the best way to handle this is in the form of some _javascript_ validation. I know _javascript_ but I am no expert by any means.