Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

getting date and time from timestamp

Former Member
0 Likes
519

Hi,

how to retrive date and time from timestamp field

Hi,

how to retrive date and time from timestamp field

2 REPLIES 2
Read only

Former Member
0 Likes
485
CONVERT TIME STAMP time_stamp TIME ZONE tz 
        INTO [DATE dat] [TIME tim] 
        [DAYLIGHT SAVING TIME dst].

G@urav.

Read only

amit_khare
Active Contributor
0 Likes
485

Use this FM - CACS_TIMESTAMP_GET_DATE

Regards,

Amit