/ Published in: Objective C

Create your own NSDateFormatter
Expand |
Embed | Plain Text
NSDateFormatter *forIdPeriodFormatterStyle = [[NSDateFormatter alloc] init];[forIdPeriodFormatterStyle setDateFormat:@"yyyyMMdd"];//you can add HH and mm
You need to login to post a comment.