picker_start=[[UIDatePicker alloc]initWithFrame:CGRectMake(centerView.frame.size.width/-,centerView.frame.size.height/-, , )];
[picker_start setDatePickerMode:UIDatePickerModeDate];
NSLocale * locale = [[NSLocale alloc] initWithLocaleIdentifier:@"Chinese"];
[picker_start setLocale:locale];
[bg_view addSubview:picker_start];
相关文章
- Python之Pandas绘图,设置显示中文问题
- 【Python】模块学习之matplotlib柱状图、饼状图、动态图及解决中文显示问题
- ASP+中文显示之两种解决方法
- fiddler使用方法之Fiddler显示IP,Fiddler中文乱码解决方法以及fiddler模拟发送get/post请求
- Python之Pandas绘图,设置显示中文问题
- Cocos2d-x显示中文与字幕滚动--之游戏开发《赵云要格斗》(14)
- Fiddler使用方法之Fiddler显示IP,Fiddler中文乱码解决方法以及Fiddler模拟发送get/post请求
- plsql查询oracle数据库 出现中文乱码(特别是在查询日期时对年月日显示乱码)