I\'m trying to parse a date passed in the format:
\"2014-03-26T05:07:42.14286Z\"
My NSDateFormatter code looks like this
NSDateFormatter
Just replace the below line to modified line
[dateFormatter setDateFormat:@"yyyy'-'MM'-'dd'T'HH':'mm':'SS'Z'"];
Modified line:-
[dateFormatter setDateFormat:@"yyyy-MM-dd'T'HH:mm:ss.SSSZ"];