I am trying to get my cfif statement to do a date compare where only future
dates will output.  Below is the code I am currently using but if a calendar
event is today it will not show.  Anyone have any ideas?

<CFOUTPUT QUERY="calendarinfo">

<CFIF #DateCompare(CalendarInfo.Date,Now())# GT -1>

#DateFormat(date, "mmmm D, YYYY")#

</CFIF>

</CFOUTPUT>



-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to