我有以下幾點:轉換的NSDate到的NSString
NSDateFormatter* df = [[NSDateFormatter alloc]init];
[df setDateFormat:@"yyyy-MM-dd'T'HH:mm:ssZ"];
NSDate* date = [df dateFromString:[sDate stringByReplacingOccurrencesOfString:@"Z" withString:@"-0000"]];
[df release];
我想輸出字符串爲「10年9月20日」
我怎樣才能做到這一點?
嘿精湛!遭受1天這個忘了「NSDateFormatterBehavior10」 – 2014-10-15 09:00:53