• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Local Computer Time

Guest
Jul 05, 2006 Jul 05, 2006

Copy link to clipboard

Copied

Hi,

I would like to create a page that is hosted "where ever", but when it loads on my personal computer's browser, it tells me what time it is on my local computer.

In other words, using now() will give me the time on the server in which the page is being hosted, but I would like to know if there is such a code that will spit put the time on my local machine.

Is this possible?

Thanks,

Anthony
TOPICS
Advanced techniques

Views

229

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 05, 2006 Jul 05, 2006

Copy link to clipboard

Copied

CF processes the request at server side and can not do anything client side. You should use javascript 'Date' operations for that purpose.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jul 06, 2006 Jul 06, 2006

Copy link to clipboard

Copied

LATEST
A start's attached:



Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation