Xcode – DateFormatter is returning nil date for a simple date string
I'm having an issue where an attempt to turn a string into a date via a DateFromatter has produced nothing but 'nil' and I don't know where I'm going wrong. The code is as simple as can be: let testDate…