Another approach might be to have a hidden field to store the date.  Then
when the browser loads, use JavaScript to fill that field with the date.
That date will be the PC's date.  When the form is submitted, compare that
to the server's #Now()# timestamp using DateDiff and you'll know how many
hours +/- you need to adjust the time for.  Either store that value (ex: -6)
in a members table, or use it to determine the timezone they are in and
store a timezone code.

--Doug
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to