Millennium Countdown - Help need it now!

They have: 5 posts

Joined: Jun 1999

I need a script that will count down the millennium including minutes and seconds..

Does anybody know how

They have: 1,587 posts

Joined: Mar 1999

i don't know of a javascript one, but i do know of some perl script ones.

interest?

----------
Isn't it time you started making money with your site!
http://www.birminghamnet.com/cgi-bin/links/pages/WebmasterResources/MakingMoney

Traffic-Website.com free traffic, affiliate programs, hosting, & domain names.
My Site got hacked, but i'm coming back?

They have: 2,390 posts

Joined: Nov 1998

<script name="JavaScript">

today = new Date()
y2k = new Date("January 1, 2000")
y2k.setYear = today.getYear;
daysLeft = (y2k.getTime() - today.getTime()) / (1000*60*60*24);
daysLeft = Math.round(daysLeft);
document.write("<center><I>~~ Only "+daysLeft+" days until the year 2000 ~~</I></center>");

</script>
Here you are,
JP

----------
The Webmaster Promotion and Resource Center.
Visit: http://www.what-next.com

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.