Everett, Al wrote:

> Well I'll be damned. It looks like that worked. Thanks.
>
> Here's the magic code:
> <cfset checkdate = DateFormat(DateAdd("d",1,Now()),'yyyy-mm-dd')>
> <cfquery ...>
> ..
> WHERE
> AUTHORIZATION_EMAIL_NEXT_DATE < <cfqueryparam cfsqltype="CF_SQL_TIMESTAMP"
> value="#Variables.checkdate#">

Well, considering that the SQL standard says that a date is formatted as 
10 positions in the format yyyy-mm-dd I would not call it is magic.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to