tags:

views:

219

answers:

1

Hi,

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

-Joey

A: 

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.

Dan Lorenc