开发者

windows phone toolkit time picker convert to military time

开发者 https://www.devze.com 2023-02-18 02:30 出处:网络
Im currently using the available toolkit for windows phone. By using the time picker, I want to change it to military time. But I dont know to customize it.

Im currently using the available toolkit for windows phone. By using the time picker, I want to change it to military time. But I dont know to customize it.

So I came up with creating my own time picker by using the LoopingSelector, but I dont know how will I implement it along with appbar, since this was only a popup.

What is the strategic way to recreate this timepicker along with a开发者_运维百科ppbar?


Given that the underlying type is still the same (DateTime), then I think that rather than creating a new TimePicker, you could just implement a custom picker page as described in WP7 DatePicker and TimePicker in depth | API and Customization on WindowsPhoneGeek.com. Richard Griffin also has a post that covers the same topic for DatePicker.

0

精彩评论

暂无评论...
验证码 换一张
取 消