Reputation: 149
Is it possible to show day of the week in UIDatePickerModeDate just like UIDatePickerModeDateAndTime. Thanks in advance.
-Joey
Upvotes: 2
Views: 1705
Reputation: 5394
As far as I know, you can't do this with UIDatePicker. You can however just create a custom UIPicker with days of the week as the elements.
Upvotes: 1