Coldfusion Countdown
Ok. Could'nt end the week being totally worthless..
Here is a nice simple way to "Count-down" from now to a specific date using coldfusion.
<cfoutput>
#DateDiff("d", Now(), CreateDate(2007,2,25))# days til my Birth day.<br>
</cfoutput>
To output just enclose it inside "# #" and between a cfoutput tag. Add the appropriate text... like my birth day...



There are no comments for this entry.
[Add Comment]