UIDatePicker 之显示中文 年月日

UIDatePicker 之显示中文 年月日

 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];
上一篇:git clone出现SSL错误


下一篇:jmeter完成md5加密的接口请求参数