Hey guys, I've seen javascript countdown script with both specific time and date like '2009-12-25 00:00:00 GMT+00:00'. And it will echo like '62 days XX Hours XX Mins XX seconds to christmas' What I want to specify only is the time. Like '19:00:00 GMT+00:00'. So if the time now is 17:00, it'll show 'XX Hours XX Mins XX seconds to ABCDE'. If it's 20:00 now, it'll continue to count down, like '23 Hours XX Mins XX Seconds to ....."
You could use the same script that you have mentioned but would have to change maybe one or two lines. If you want, post the script and I will show you what modifications to make (assuming that it is a free script to use).
Actually there're quite a few open source http://www.dynamicdrive.com/dynamicindex6/dhtmlcount.htm http://www.javascriptkit.com/script/script2/count2.shtml As you can, both of them have a specific date. The above scripts can be used, but I don't want to change the script(change the date) everday.