‎2009 Aug 11 6:58 AM
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
‎2009 Aug 11 7:16 AM
you can just take the integer and decimal part and write into the time field by using the offset.
‎2009 Aug 11 7:45 AM
Kiran,
Move the float value to some character value and use this fm
OIU_ME_CHAR_TO_TIME
Thanks
Bala Duvvuri