开发者

How to display 5 week Days and time only in UIDatePicker?

开发者 https://www.devze.com 2023-03-09 21:14 出处:网络
I am working with UIDatePicker with the mode UIDatePickerModeDateAndTime. U开发者_如何转开发IDatePicker is working fine with specific minimum and maximum date. But I wand little change in display mode

I am working with UIDatePicker with the mode UIDatePickerModeDateAndTime. U开发者_如何转开发IDatePicker is working fine with specific minimum and maximum date. But I wand little change in display mode. I need to display Only 5 days of week and time only, I don't want to display Date and Month. SO please give me some idea to perform this.

Thanks.


UIDatePicker does not support this. You can recreate it, however, using a UIPickerView.

0

精彩评论

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