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

casting

Former Member
0 Likes
335

Hi all....

I need to display the time for a pirticular distance. and I had calculated the time also. But it is in float.

so now,

I want to convert a float type in to time format....

viz : 12.34 to 12:34:00

is it possible

2 REPLIES 2
Read only

former_member242255
Active Contributor
0 Likes
303

you can just take the integer and decimal part and write into the time field by using the offset.

Read only

Former Member
0 Likes
303

Kiran,

Move the float value to some character value and use this fm

OIU_ME_CHAR_TO_TIME

Thanks

Bala Duvvuri