Thanks anyhow

Doug
----- Original Message ----- 
From: "Douglas Brown" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 7:08 PM
Subject: dateDiff ?


> I am trying to display different images based upon the difference in two 
> dates, I want to show newpost.gif if the postdate is less than 1 day 
> older than the current date. Can someone help me out here.
> 
> <CFIF dateDiff("d",now(),message_date) EQ 1>
> <IMG SRC="/_images/newpost.gif">
> <CFELSE>
> <IMG SRC="/_images/post.gif" align="absmiddle">
> </CFIF>
> 
> 
> Thanks
> 
> Doug
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to