iOS: How do I convert NSDate to NSString? Unknown 10:42You can use: NSDateFormatter * formatter = [[ NSDateFormatter alloc ] init ]; [ formatter setDateFormat :@ " yyyy-MM-dd HH:mm:ss...Read More