Hey all,
i try to convert a value like "898.171813964844" into 00:17:02 (hh:mm:ss).
How can this be done in objective c?
Thanks for help!
|
1
|
Hey all, i try to convert a value like "898.171813964844" into 00:17:02 (hh:mm:ss). How can this be done in objective c? Thanks for help!
|
||||
|
|
|
Final solution:
|
|||
|
|
|
|
Assuming you are just interested in hours, minutes and seconds and that the input value is less or equal 86400 you could do something like this:
|
||
|
|
|
|
|
||||||||||
|