
IOS常用控件
文章平均质量分 74
蓝恋雪
虚心爱学
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IOS中NSdate转换时间的具体使用 和把时间转化为时间戳的使用
NSDate *timestamp = [NSDate dateWithTimeIntervalSince1970:[@"1231231231" integerValue]]; NSDateFormatter *formatter = [[NSDateFormatter alloc]init]; NSTimeZone *timeZone = [NSTimeZone lo原创 2013-09-15 11:05:48 · 1372 阅读 · 0 评论 -
时间转换的格式
网上找了一些时间格式的转变,但是都没找到我要的方法 先记下我要的转换方法吧,把yyyyMMddHHmmss格式的字符串转换为datetime格式的时间 DateTime dt = DateTime.ParseExact("20060709110901","yyyyMMddHHmmss", System.Globalization.CultureInfo.CurrentCul转载 2013-10-21 13:01:31 · 687 阅读 · 0 评论