Re: How to Display a Time Interval
Peter Hudson
Hi Dave
toggle quoted messageShow quoted text
I seem to remember using NSCalendatDate and the descriptionWithCalendarFormat: method to get what you want. NSCalendarDate is now deprecated - the docs advocate the use of NSDate, NSCalendar, NSDateComponents to do the job now. You have to roll the final string yourself - as far as I can see... Peter
On 19 May 2019, at 11:02, Dave <dave@looktowindward.com> wrote:
|
|