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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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