原帖:
https://github.com/mmazzarolo/react-native-modal-datetime-picker
DatePickerIOS选择24小时的方法:
How to set 24 hours in iOS ?
The is24Hour prop is only available on Android but you use a small hack for enabling it on iOS by setting the app's default timezone as en_GB. To do so, edit your AppDelegate.m file, and add [[UIDatePicker appearance] setLocale:[[NSLocale alloc]initWithLocaleIdentifier:@"en_GB"]]; to application didFinishLaunchingWithOptions
本人使用了第三方:react-native-modal-datetime-picker
因为该组件引入momentjs,同时还需要修改属性format为:format="MM-DD, HH:mm" ,即可成功显示24小时制
本文介绍如何在iOS应用中实现24小时制的日期选择器,并通过使用react-native-modal-datetime-picker组件及调整moment.js的format属性来解决相关问题。
4285

被折叠的 条评论
为什么被折叠?



