Go to here:
http://javascript.internet.com/clocks/till-date.html
I want to set the date (to count down to) as the 15th May 2006
I have put this information in: (7,8,9 LINE DOWN)
var date = new Date("12 December");
var description = "15th May";
var now = new Date(15 May);
But when i try view the clock countdown on my website - there is nothing there. Am i entering the correct information in the right place and let me make it clear:
I want the clock to start at 12TH DECEMBER
i want the clock to end at 15TH MAY
Tom


Reply With Quote
Bookmarks