Reputation: 4330
I want a UIDatePicker
just showing the day of the weeks and the days/months.
I tried UIDatePickerMode.DateAndTime
which shows the weekday but also the hours.
And UIDatePickerMode.Date
which doesn't show the weekdays:
I want like .Date but with Weekdays
Upvotes: 1
Views: 4432
Reputation: 3733
You can achieved using customization. here are some links of sample code having customize picker. you can take reference of its.
Hope this help you.
Upvotes: 1
Reputation: 274
this is exactly and even more than what you need :)
https://github.com/skywinder/ActionSheetPicker-3.0
Upvotes: 1