|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
receive date of format dd.mm.yyyy HH24:MI
I'm going through a displayed table with a loop.
I'm using :SYSTEM.CURRENT_VALUE to receive the value of the actual item which is appended to the variable mystring of type VARCHAR2(1000) If there is a date field in the table (e.g.: emp.hiredate), (the item is in forms of type DATE with the Format Mask: dd.mm.yyyy HH24:MI ), I receive only the date part. The hours, minutes are always set to 00 How can I hand over the correct hours, minutes to mystring ? |
|
#2
|
||||
|
||||
|
You mean how do you get the date from Oracle with minutes and hours? If so use SYSDATE.
|
|
#3
|
|||
|
|||
|
Quote:
Hello, there is no reference to SYSDATE. I solved the problem by using DATETIME instead of DATE. |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > receive date of format dd.mm.yyyy HH24:MI |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|