Welcome to Enchanted-Spirit
This is a blog/graphic/portfolio/tutorial site :P We hope you like the site. ^_^
Owners:Santhuya & Veena
Online: Host: One.Com
Since: 05.03.08
The Code
<script language="JavaScript">
idag = new Date();
dato = new Date("1/1/2010");
dag = (24 * 60 * 60 * 1000);
dage = ((dato.getTime() - idag.getTime()) / dag);
dage = Math.round(dage);
document.write("THERE ARE " + dage + " DAYS TO....") </script>
You have to change: dato = new Date("1/1/2010"); to the day you want to count down to.