Ask a Question related to Coldfusion Database Access, Design and Development.
-
flesher_rob #1
MX formating date differently than 5 with Oracle
All,
We are in the process of migrating from CF5 to CFMX7. In cold fusion 5, with
an oracle databases dates are returned in the following format: "05-Apr-03",
however with the same database on our new MX7 servers the dates are being
returned in this format: "2003-04-05 00:00:00.0".
The problem is when we take the date and try to run another query using it
oracle gives an error stating that it is not a valid date(because that format
isn't a valid oracle date).
Can someone tell me if there is a server setting or something I'm missing that
would allow us to force cold fusion to use the correct oracle date format
without changing the code?
Thanks,
Rob
flesher_rob Guest
-
Formating Date
Hi Guys, Looking for an extension that allows me to format date fields. I have a field in my db that stores the date & time of record creation,... -
Date formating in DataGrid
I have a datagrid ( bound to a resultSet via Java remoteobject service ). One of the fields is a datetime field (DOB). I wish to format the date... -
Date Formating
Hello I would like to format a date in the DataGrid to be 3.3.2004 and not with the time (default?) 3.3.2004 00:00:00! <asp:DataGrid... -
[PHP] formating date
> -----Original Message----- Try this: $mailed=$row; $payment=$row; $ID=$row; -
Formating date,time
Using MySQl and PHP I am trying to get a standard time stamp to for so it reads: Day, d/m/y (Fri, 30/11/03) The database holds the info like... -
TurboMini #2
Re: MX formating date differently than 5 with Oracle
#createodbcdatetime(yourdate)#
TurboMini Guest
-
flesher_rob #3
Re: MX formating date differently than 5 with Oracle
Phil,
Thanks for your reply, but we're trying to find a solution without changing
the code. This would be a pretty large effort if we had to change the code in
every place this existed. Do you have any other suggestions?
Thanks,
Rob
flesher_rob Guest
-
Dan Bracuk #4
Re: MX formating date differently than 5 with Oracle
How about the same suggestion from another person? In fact, you are going to
have to do something about this date thing everywhere you pull a date from
pretty well any database.
Just like we had to.
Dan Bracuk Guest
-
A3gis #5
Re: MX formating date differently than 5 with Oracle
homesite/dreamweaver find-replace feature is your buddy :)
A3gis Guest



Reply With Quote

