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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -