Hi:
I have a report that has:
488:30 which is 488 Minutes and 30 seconds
Now I need to convert this to hours and minutes and seconds.
I know to divide the 488/60 but how do I split the string apart to have the seconds in there as well and to show the appropiate format that the users want.
If the value reads 1:39 which is 1 minute and 39 seconds that is ok but anything over 60 minutes they need it in hours.
Anyone got any suggestions?
Thanks
Zishan
I have a report that has:
488:30 which is 488 Minutes and 30 seconds
Now I need to convert this to hours and minutes and seconds.
I know to divide the 488/60 but how do I split the string apart to have the seconds in there as well and to show the appropiate format that the users want.
If the value reads 1:39 which is 1 minute and 39 seconds that is ok but anything over 60 minutes they need it in hours.
Anyone got any suggestions?
Thanks
Zishan