标签: ios titanium appcelerator titanium-alloy appcelerator-mobile
我看了here但没有结果。我的代码是
Titanium.UI.createPicker({ useSpinner : true, selectionIndicator : true, type : Ti.UI.PICKER_TYPE_TIME, value : defaultVal });
我需要显示12小时格式的选择器。 format24属性只适用于android:(
format24
答案 0 :(得分:0)
从here我发现无法强制更改IOS日期设置。如果IOS的日期格式设置为24小时格式,则选择器将在24小时内显示日期/时间,并在12小时内显示相同的日期/时间