|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
TO_DATE Question
I have a form that is passing a VARCHAR2 which is then converted to_date so that it can be inserted into the database. The problem is the string contains date time.
For testing purposes I am only displaying to the screen right now, and have it displayed like this: Code:
to_date(p_out_time, 'MM-DD-YYYY HH24:MI'); It is displaying to the screen, but is truncating the date and leaving out the time. Is there something I'm doing wrong? Thanks! |
|
#2
|
|||
|
|||
|
When you say you are displaying to the screen, do you mean displaying using a form?
If so, you might want to check the item width and formatting. |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > TO_DATE Question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|