daniel kessler wrote:
>> daniel kessler wrote:
>>> I have a date being returned to me.  It's not a normal date as I'm 
>> used to seeing them.
>>> Wed, 24 Sep 2008 13:32:00 +0000
>> What is abnormal about that date? It seems like a normal format.
>> Do a ParseDateTime with the pop option to cast the string to a date 
>> object.
> 
> So if I understand correctly, I'm supposed to do that not on the db date, but 
> on the date I'm using to compare.

You need to compare not strings, but date objects. Otherwise there is no 
way you are going to get comparisons with strings like "Wed" and "Thu" 
working correctly. So whatever you have that CF does not recognize as a 
date object, parse it into one.


Jochem


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313245
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