cfif condition for dates
hi i need to check date for 3 days and if that is date i have to display link or else have to display another
ex:
<cfoutput>
<cfset todaydate="#DateFormat(now(),"mm/dd/yyyy")#"/>
<cfif #todaydate# is "08/04/2010" or #todaydate# is "08/05/2010>
this is to display
<cfelse>
this has to display
</cfoutput>
is the above conditional statement is correct or not? please help me
