Countdown Clock

This will create a countdown clock based upon a specified date.  You could use this as an expiration date, or to logically run a task at that time.

olympics=CDate(“27/07/2012 00:00:00”)
wscript.echo(“It is ” & DateDiff(“d”, Now(), olympics) & ” days to the olmypics!”)

email me