How to query and convert Parse.com Date to NSDate/String
问题 I want to take the parse column " createdAt ", query it and make it into a string that displays on the UI as a label to show the user when a product was posted and when it expires. There are similar questions on stackoverflow, but none have helped me and all have given me errors and crashes. I am using a TableViewController class and I'm querying 2 things: the productName and the timeCreated . (The productName I'm able to display in a cell without a problem.) I've tried several ways of