/ Published in: Objective C

convert nsdate to nsstring format
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
dateStyle:NSDateFormatterShortStyle timeStyle:NSDateFormatterFullStyle]; NSLog(@"%@",dateString);
Comments
