I want to show only date which is associated with Monday in UIDatePicker, is it possible?
Asked
Active
Viewed 1,263 times
2 Answers
0
for sure, feed your datePicker with an array of the dates that are mondays
just check the nsdate for your desired start date, and the next monday, then work out how much you have to add so is only mondays, create a loop to make your array, and use it as the data source of your picker

manuelBetancurt
- 15,428
- 33
- 118
- 216