<cfoutput>
#DateFormat(Now(), "mmm-dd-yyyy")#<br>
</cfoutput>
the result is:
Jul-09-2009
What i wanted to do is....to add 1 year from todays date or
I want to show a date that is a year after. Is thare a cf tag that will help me do that? is that possible? Do i need to use a language outside coldfusion?