|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: How to save time format to 24 hour while importing data from xls file [message #612702 is a reply to message #612654] |
Wed, 23 April 2014 07:32 |
|
EdStevens
Messages: 1376 Registered: September 2013
|
Senior Member |
|
|
ashwanth77 wrote on Wed, 23 April 2014 02:43i altered nls_date_format as you said.still the date gets inserted as 3/7/2000 2:17:16 PM
Did you read the link cookiemonster gave you?
If the column is, as you asserted, defined as a DATE, then the date did NOT get inserted as "3/7/2000 2:17:16 PM". It got INSERTED in oracle's binary format for dates. What you are seeing is how that binary date is being formatted for presentation and that formatting is being done by the client process. Your task is to figure out how that client process determines how it will format and present a DATE.
|
|
|