>>Hello all,
We have clients in many different time zones, and we would like to find an
easy way to get the local time from the browser rather than querying a
time_zone table every time or setting a session variable.  Almost like a
reverse cfheader where we get info from the browser instead of sending it.
Any ideas?  Thanks.
Ryan<<

Hi, maybe I am missing part of your requirements, but this seems like a
perfect place for javascript, no?

<SCRIPT language="JavaScript">
        document.write(Date()+".")
</SCRIPT>

-Craig Thomas

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to