I have a date string in the following format "2017-02-10T07:45:00.000Z"
I am using the following format let flightStatusDateFormat = "yyyy-MM-ddTHH:mm:ss.SSSZ"
But when I run the app the dateFormatter returns a nil NSDate object. Any help is appreciated.
Thanks