gtbikerider
Technical User
I want to show an event only if it's in the future, so I used...
<cfif #Dateformat(NOW(),"dd mm yyyy")# LTE "10 02 2006">
This is an event that occurs on 2nd Oct 2006
</cfif>
However I also only want to only show it, if it's less than (say) 60 days in the future - how would I evaluate the date in that way?
--
John
<cfif #Dateformat(NOW(),"dd mm yyyy")# LTE "10 02 2006">
This is an event that occurs on 2nd Oct 2006
</cfif>
However I also only want to only show it, if it's less than (say) 60 days in the future - how would I evaluate the date in that way?
--
John