I've been trying to get the NSDateFormatter
class to format a string which has this format 2015-08-21T21:19:45.328965000000Z
.
The format I use is yyyy-MM-dd’T’HH:mm:ss.SSSSSSSSSSSSZ
. However the NSDateFormatter
keeps returning nil as the result.
Any help would be appreciated.
Thanks