Convert Facebook user_birthday which is in "January 1, 1987 ...

Very simple : Need two dateFormatter formats: NSString *string=@"January 1, 1987"; // type string into "dd-MM-yyyy" NSDateFormatter ...

Lee mas