Hi Pete,
Like this.
<cfif now() LTE dateadd("d","30",due) and complete is "true">
Keep it simple.

-----Original Message-----
From: Peter Benoit [mailto:[EMAIL PROTECTED]]
Sent: 11 October 2000 15:43
To: CF-Talk
Subject: RE: cfif


Well here is all the offending code

<cfset datedue=#DateFormat(#due#, "m/d/yy")#>
<cfset nNow=#DateFormat(Now(), "m/d/yy")#>
<cfset difference=#DateDiff("D", nNow, datedue)#>

<cfif difference IS NOT LT -30 AND complete IS "true">


I'm not sure how I'd use your example with this.


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to