Guide's Date and Time Scripts
Your guide has written a number of Javascripts that can be easily added to any site to add date and time or timer displays. Just follow the supplied instructions to install the script. No programming experience is required.
Date Format Method
One thing that the JavaScript Date object lacks is an easy way of producing formatted date and time outputs the way that some other languages provide via a simple format command. Well now you can add your own format method that uses the same commands to control the formatting as PHP does.
One thing that the JavaScript Date object lacks is an easy way of producing formatted date and time outputs the way that some other languages provide via a simple format command. Well now you can add your own format method that uses the same commands to control the formatting as PHP does.
Date Methods
Here is a collection of date methods that can be added to your web page to allow you to manipulate dates far more easily.
Here is a collection of date methods that can be added to your web page to allow you to manipulate dates far more easily.
Event Calendar
This script places a calendar on the web page. When your visitors select a date from the calendar an associated event for that date is displayed in the area below the calendar.
This script places a calendar on the web page. When your visitors select a date from the calendar an associated event for that date is displayed in the area below the calendar.
Countdown Timer
Place a timer on your web page that counts down to a specific time at your location.
Place a timer on your web page that counts down to a specific time at your location.
Improved Author Time Script
This version of my author time script adds the ability to optionally display the date as well in either international or US format. It also no longer uses either document.write or innerHTML and instead uses the proper DOM calls to insert the text into the web page.
This version of my author time script adds the ability to optionally display the date as well in either international or US format. It also no longer uses either document.write or innerHTML and instead uses the proper DOM calls to insert the text into the web page.
Display Author Time
The author of a web page need not be in the same time zone as the server on which the site is hosted. This script allows the author to display the time at their location on the page regardless of where the site is hosted or where their visitors are provided that the visitors have their computer's time set correctly for their location.
The author of a web page need not be in the same time zone as the server on which the site is hosted. This script allows the author to display the time at their location on the page regardless of where the site is hosted or where their visitors are provided that the visitors have their computer's time set correctly for their location.
Seasonal Backgrounds
There are four seasons in the year. You can display a different background image on your page for each of these seasons by incorporating this simple script. You just need to let the script know whether to display Northern hemisphere seasons or Southern hemisphere seasons.
There are four seasons in the year. You can display a different background image on your page for each of these seasons by incorporating this simple script. You just need to let the script know whether to display Northern hemisphere seasons or Southern hemisphere seasons.
Analog Clock
Lots of people have digital clocks on their web page. With this script you can go one better with an analog clock instead. The script provides for lots of different customizations so you can probably find a way to get it to display how you want.
Lots of people have digital clocks on their web page. With this script you can go one better with an analog clock instead. The script provides for lots of different customizations so you can probably find a way to get it to display how you want.
Multiple Analog Clocks
The one thing that you can't do with my original Analog Clock script is to put two or more clocks on the same page. This version of the script allows you to do that.
The one thing that you can't do with my original Analog Clock script is to put two or more clocks on the same page. This version of the script allows you to do that.
