How would I convert this specific date in String
, "2016-06-29T23:00:00-07:00"
, to an NSDate
.
Currently I am looking at this website (http://waracle.net/iphone-nsdateformatter-date-formatting-table/) at the NSDate
Formatting Table but I still can't convert the string to an NSDate
successfully.