/ Published in: Objective C

Create your own NSDateFormatter
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
NSDateFormatter *forIdPeriodFormatterStyle = [[NSDateFormatter alloc] init];[forIdPeriodFormatterStyle setDateFormat:@"yyyyMMdd"];//you can add HH and mm
Comments
