|
#1
|
|||
|
|||
|
I have noticed a few scripts on the page that display clocks on the web page. Any way you can change the script to display the time in, for example, London?
Thanks. |
|
#2
|
||||
|
||||
|
Yes, I could modify a script for you. It would take the user's system time and modify it by +x or -x hours.
Pick any clock script, with a llink to it here if this is what you mean. cr3ative
__________________
Mostly retired member, PM me if you have a specific query to make sure I recieve it :) cr3ation | cr3ation hosting | cr3ation web design | read the stickies Last edited by cr3ative; 10-24-2004 at 06:21 PM. |
|
#3
|
|||
|
|||
|
http://www.dynamicdrive.com/dynamicindex6/clock3.htm
Just tell me where to edit. Also, will it make a different if people are accessing it on different coasts of the U.S.? (can you just add a simple +8 for London?) |
|
#4
|
||||
|
||||
|
var hours=mydate.getHours()+1
Would add one hour to this script. cr3ative
__________________
Mostly retired member, PM me if you have a specific query to make sure I recieve it :) cr3ation | cr3ation hosting | cr3ation web design | read the stickies |
|
#5
|
||||
|
||||
|
It's actually a little more complicated than that, unfortunately. Since you have no idea what time zone the user is in, you'll need to use either the Date.getTimezoneOffset() function or some other fixed time function to eventually determine the current time that doesn't change regardless of what the user's timezone is. Unfortunately due to time constraints I can't make the modications for you, though try searching on Google for such an example...
|
|
#6
|
||||
|
||||
|
Well yes, ideally it would get the time from a world time server, but they all seem to have no support for projects like this.
I forgot to mention that it relies entirely on the system clock ![]() cr3ative
__________________
Mostly retired member, PM me if you have a specific query to make sure I recieve it :) cr3ation | cr3ation hosting | cr3ation web design | read the stickies |
|
#7
|
||||
|
||||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|