->in progress
countdown.js (d o c u m e n t a t i o n)
David Danziger - May 21, 2001
david at stufflikethat.org
http://www.stufflikethat.org/projects/misc/countdown/
Script updated December 12, 2001 (improper counting fixed).
----------------
What does it do?
----------------
This script is a simple Javascript which will display a countdown to a set date
including time. Under Internet Explorer 4+ and Mozilla M18+, the countdown is
continuously updated (live). What's that, you'd like to see an example? Visit
the script's web page.
----------------
How do I use it?
----------------
1) Download the script, and change the date to what you wish to countdown to.
var endDate = new Date("June 13, 2001 12:00:00");
^^^^^^^^^^^^^^^^^^^^^^
2) Upload the modified script or otherwise place it in your web site.
3) Edit and add the following HTML to your page where you'd like it:
school year left:
4) Make sure that either the script is in the same directory as the page using
it (to which you added the above HTML snippit), or modify the src tag to point
to where you placed the script.
If you have any questions, problems, comments, etc, please feel free to drop me
an e-mail.