Thanks,
        I fond that out a little while ago.  I was finally able to get it work like I 
wanted.  Now though I can't seem to get the query of query and date format to output 
anything for that field at all.   Weird.  I'll get it :).

Tim

-----Original Message-----
From: Deanna Schneider [mailto:deanna.schneider@;ces.uwex.edu]
Sent: Friday, October 25, 2002 11:41 AM
To: CF-Talk
Subject: Re: Verity Ordering Take 2.


Tim,

If the field is already a date field in Oracle, you don't want to use
to_date, you want to use to_date(to_char()). To_date expects a char field,
so if you want to use it for reformatting a date, you have to to_char the
date, then to_date it.



Deanna Schneider
Interactive Media Developer
[EMAIL PROTECTED]




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to