What is the proper way to convert a NSTimeInterval to a string, that works internationally?
Posted
by Alex Gosselin
on Stack Overflow
See other posts from Stack Overflow
or by Alex Gosselin
Published on 2010-03-13T22:05:06Z
Indexed on
2010/03/13
22:15 UTC
Read the original article
Hit count: 626
I know the quick and dirty way of dividing by 60 to get minute, hours, etc
But is there an official way in the API already implemented, and using the appropriate language for minutes, seconds, etc?
Thanks for any help.
© Stack Overflow or respective owner