2014年6月17日

NSString和NSDate的转换

摘要: 输入的日期字符串形如:@"1992-05-21 13:08:08"- (NSDate*)dateFromString:(NSString*)dateString{NSDateFormatter*dateFormatter = [[NSDateFormatter alloc]init];[dateFo... 阅读全文

posted @ 2014-06-17 10:27 馅饼在哪颗星 阅读(210) 评论(0) 推荐(0) 编辑

导航