Re: DateCompare Question

2003-02-06 Thread S . Isaac Dealey
= dates are equal > -1 = date1 is less than date2 > - Original Message - > From: "Double Down, Inc." <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, February 07, 2003 8:25 AM > Subject: DateCompare Question >>

Re: DateCompare Question

2003-02-06 Thread Taco Fleur
ent: Friday, February 07, 2003 8:25 AM Subject: DateCompare Question > I have two dates. Once is an ODBC date only that is based on the now() function. The other is an ODBC date only that comes from an SQL datefield. The values come out to be {d '2003-02-06'} when I output them. The

RE: DateCompare Question

2003-02-06 Thread Cantrell, Adam
Why not wrap a dateFormat() around the two compared values? Adam. > -Original Message- > From: Double Down, Inc. [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 4:25 PM > To: CF-Talk > Subject: DateCompare Question > > > I have two dates. Once i

DateCompare Question

2003-02-06 Thread Double Down, Inc.
I have two dates. Once is an ODBC date only that is based on the now() function. The other is an ODBC date only that comes from an SQL datefield. The values come out to be {d '2003-02-06'} when I output them. The problem is the value for the DateCompare is 1 instead of 0. Anyone have any suggest