Possible Duplicate:
Fuzzy Date algorithm in Objective-C
How do I break down an NSTimeInterval into year, months, days, hours, minutes and seconds on iPhone?
I am interested in printing the playback duration of a media item like '1 hour' or '2 minutes 10 seconds' depending on how large the NSTimeInterval is (without having a fixed format). Poorly there isn't any class provided by Cocoa Touch.
Before wasting time with reinventing the wheel I want to ask if somebody can recommend me an implementation of that. I am sure this is something often used, but I can't find any library/snippet which provide such a functionality on the web.