Joey
Joey

Reputation: 149

How to show day of the week in UIDatePickerModeDate for UIDatePicker?

Is it possible to show day of the week in UIDatePickerModeDate just like UIDatePickerModeDateAndTime. Thanks in advance.

-Joey

Upvotes: 2

Views: 1705

Answers (1)

Dan Lorenc
Dan Lorenc

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

Related Questions