如何从代码/接口建造商中分离或隐藏A/PM。
I want to have 24 hours time picker mode in UIDatePicker
.
Please help
如何从代码/接口建造商中分离或隐藏A/PM。
I want to have 24 hours time picker mode in UIDatePicker
.
Please help
根据这些文件,你应当能够将UIDatePicker的“当地人”财产设定为使用24小时格式的当地人。
NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@"da_DK"];
[datePicker setLocale:locale];
[locale release];
地图集有一条灯泡,使模拟器和仪器继续按照用户的国际偏好排出日期。
如你建议的那样,你必须推出你得胜的日期,以显示24小时的耳光。
AFAIK You can t (within limit of SDK). 如果用户选择使用24小时格式,则AP/PM就会消失。 如果重要的话,请自上<条码>。
协会/警察与讲法语的地方环境有关。 你们要么把 pick客的本地人强行到没有 AM子的 something子里,或者如果你想要它的话,你会与美联会/你接触。 就环境而言,你可以在当地英文(美国)或法典等地设计正确方。
<代码> c 当地雇员:[NS LocaleWith LocaleIdentifier:@“en_US”];
我知道这一点是老的......但我最近正在研究这一问题,并通过一些测试发现:
[datePicker setLocale:[[NSLocale alloc] initWithLocaleIdentifier:@"en_FR"]];
这基本上告诉我,“语言”是英语(“是”的一部分),“时间风格”是法语(是24小时的违约)。 我将这两条合并为审判和错误,并发现它正在为我所希望的工作而努力,这只是一个“时间与时间”的选子,也是在24小时的时间里(英文文本中没有A/PM小节)。
问题在于,当你 gr住这个日期时,当地人可能错了——和;
- (void)changeDate:(UIDatePicker *)sender {
因此,在日期变更选择部分确定当地人:
[sender setLocale:[[NSLocale alloc] initWithLocaleIdentifier:@"en_FR"]];
I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...
HI, In our application i am using corelocationframework when opening application a alert for allow and dont allow.when clicking on the allow for current location we will show current location.When ...
Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...
我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......
我希望我与四舍五入的累进角进行网上讨论。
我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。
We have a restaurant table that has lat-long data for each row. We need to write a query that performs a search to find all restaurants within the provided radius e.g. 1 mile, 5 miles etc. We have ...
I like to write bash shell scripts on my iPhone, put them in an app folder with an icon, plist, etc., so they execute like apps by tapping their icon on SpringBoard. This is not interactive like ...