iphone - Making an NSDateFormatter to parse ISO dates -
i have simple question driving me nuts. using api, , json object back, , 1 of fields date. date formatted this: 2013-05-17t02:00:00.000z. cannot seem nsdateformatter correct date. willing give me hand?
if not clear, using objective c iphone app. goal nsdate object @ end of this. again help.
that's 1 of iso 8601 formats. parsing nsdateformatter can tricky @ best, why wrote an nsformatter subclass parsing , unparsing iso 8601 format.
Comments
Post a Comment