how to extract the time value from date field and store the same in another date field? [message #189928] |
Mon, 28 August 2006 11:12 |
fazal_haq2001
Messages: 35 Registered: July 2006 Location: India
|
Member |
|
|
Hi,
I m trying to extract the Date field with time value and store the same value in the another date field..
But the date only stored...
So plz guide THAT , How to Store the date with time field in the date field through forms 6i..
EX:
select to_char(starttime,'ddmmrrrr hh24:mi:ss') into st_time
from xyz;
this retrieves the date with time..
But i cant able to store the same through the forms 6i date variable..
|
|
|
|
|