Possible Duplicate:
UIDatePicker select Month and Year
Is there a way to have a UIDatePicker show month and year only? By default it shows month, day year. I dont want the day to show. I saw this but i dont think its what i need: UIDatePicker select Month and Year.
There is no API to do this. If you would like this feature to be available, please file a report requesting it.
Thus, if you need this in your application, you'll have to recreate it yourself using a UIPickerView
.
Implement your own UIPickerView.
精彩评论