日期(NSDate)是NSString类的格式(stringWithFormat)
摘要:
日期(NSDate)是NSString类的格式(stringWithFormat),也可以改变输出,如果需要输出年代信息等则需要进行转换,等等。NSDate存储的是世界标准时(UTC),输出时需要根据时区转换为本地时间。NSDateFormatter可以比较方便的进行格式转换。01//获取当前日期和... 阅读全文
posted @ 2014-11-07 14:38 三十一 阅读(376) 评论(0) 推荐(0) 编辑