> <cfset offsetDate = DateAdd("m", offset, Now())>
>      <cfif offsetDate eq Now()>

This bit might be a bit dodgy as you're assuming no time has passed
between now() and now(). It could occasionally fail. It might be better
to simple test if offset eq 0.
 
______________________________________________________________________
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

Reply via email to