I\'m an experienced Android developer trying to get a prototype iOS app running using the Parse service and sdk (https://www.parse.com/).
It\'s great, and i can get all
For Swift:
let dateUpdated = object.updatedAt! as NSDate let dateFormat = NSDateFormatter() dateFormat.dateFormat = "EEE, MMM d, h:mm a" cell.updatedAtLabel.text = NSString(format: "%@", dateFormat.stringFromDate(dateUpdated))