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 9999 and that some other means of checking
will be needed for Y10K.. :)


Jeff

-----Original Message-----
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 13, 2004 2:56 PM
To: CF-Talk
Subject: Re: OT: _javascript_ Date/Time help!

Change this to separate fields for YYYY, MM and DD. Concatenate
them all together, then concatenate that with the server time and
you have YYYYMMDDHHMMSS. You can now do a simple string
comparison (just be sure to document that the code needs to be
revised before Y10K).

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to