If you use Link back

Copy and paste


You can format this count down to the second, so it will show year, month, day, hour, minutes and even seconds.
In the code above you will see this:
var occasion="The New Year of 2004"
var message_on_occasion="Happy New Year everyone, wahoo its 2004 yippie" In the first part of the code above, where it says new year of 2004 that is the message that will appear BEFORE the designated date,
Then where it says Happy New Year everyone, wahoo its 2004 yippie that is the message that will appear ON the date you want to count down to. After the date expires, then it will say Occasion Already Passed
Change where it says The New Year of 2004 and Happy New Year everyone, wahoo its 2004 yippie to what you want it to say.
Then you will find this:

n the coding above, you can change the width, height, background color and font of your count down, and your done.