在iphone中获取格式化的时间
2010-10-13 02:02:00 来源:本站整理核心提示:在iphone中获取格式化的时间参看:http://blog.chinaunix.net/u2/66419/showart_2347823.htmlNSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];[dateFormatter setDate
在iphone中获取格式化的时间
参看:http://blog.chinaunix.net/u2/66419/showart_2347823.html
NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
[dateFormatter setDateFormat:@"YYYY年MM月dd日"];
NSString *currentDate = [dateFormatter stringFromDate:[NSDate date]];
NSLog(@"current date = %@",currentDate);
- ››获取Android手机型号,系统版本,App版本号等信息
- ››获取Windows xp系统高权限无需注销用户
- ››获取checkedListBox 选中的项并且移动
- ››iphone图片拉伸的几种方法
- ››iphone正则表达式的简单使用
- ››获取ios手机的mac地址的函数
- ››iPhone开发Unresolved Symbols CAKeyframeAnimati...
- ››IPhone开发-“此证书是由未知颁发机构签名”解决方...
- ››IPhone开发-整合私钥和证书,生成.p12文件
- ››iPhone应用开发-UIPickerView选取器详解
- ››iphone 获取屏幕的宽度和高度
- ››iPhone读取工程包中的二进制文件
更多精彩
赞助商链接