Upvote:1

Aprove answer
formatter.dateStyle= NSDateFormatterFullStyle;
formatter.timeStyle= NSDateFormatterShortStyle;

Upvote:1

NSString *s = [NSDateFormatter localizedStringFromDate:date dateStyle:NSDateFormatterFullStyle timeStyle:NSDateFormatterFullStyle];

Credit Goes to: stackoverflow.com

Related question with same questions but different answers