I currently have a class with this field:
let date:String = NSDate().description
and the resulting value is this format:
"2016-01-10 01:14:20 +0000"
But I want the value to simply look like this:
"January 1, 2016"
What's the quickest way to do this?