Displaying Author Local Time
2. Get the Script
Join the Discussion
More of this Feature
The first step in using this script is to select the code from the text box below (there is a highlight all button beneath it to make this easier) and copy it into a file called mytime.js.
You next attach the script into your web page that you wish to display your timezone information on by adding the following code into the head section of your page.
</script>
You also need to add the following code (exactly as shown) into the body section where you want your location and local time to be displayed.
myTime()
</script>
The next step is to Configure the Script to work with your local timezone.
Note that the script and the descriptions of the functions that it contains are rewritten from the "Ask Felgall" website with the permission of the copyright owner.

