IIRC: 'YYYY-MM-DD'

On Tue, Mar 11, 2008 at 3:37 PM, Che Vilnonis <[EMAIL PROTECTED]> wrote:

> How can I compare dates in a QofQ date comparison? See code snippet below.
> Thanks, Che
>
> <cfset threeMonthsAgo = dateformat(dateAdd("m", -3, now()), "m/d/yyyy")>
> <cfset dirArt  = ExpandPath("../") & "emailblast">
>
> <cfdirectory
>        action="LIST"
>        directory="#dirArt#"
>        name="getArt"
>        filter="*.jpg">
>
> <cfquery name="filteredArt" dbtype="query">
> select  name from getArt
> where   type = 'file' and
>                datelastmodified > <cfqueryparam value="#threeMonthsAgo#"
> cfsqltype="CF_SQL_DATE">
> </cfquery>
>
> <cfdump var="#filteredArt#">
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300994
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to