Hi guys,
I have a UIDatePicker item and I already set the minimum and maximum dates but I want only the dates between the minimum and maximum dates to display in the date picker.
(For example if the minimum date was Jan 1 1980 and the maximum date was Jan 1 2000 I only want the dates between Jan 1 1980 and Jan 1 2000 to display in the date picker.
Currently with minimum and maximum set any other date is visible, the date picker just scrolls back to the minimum or maximum when it is selected.
I didn't see any method that looks like it would accomplish this. Does anyone have any ideas?
I have a UIDatePicker item and I already set the minimum and maximum dates but I want only the dates between the minimum and maximum dates to display in the date picker.
(For example if the minimum date was Jan 1 1980 and the maximum date was Jan 1 2000 I only want the dates between Jan 1 1980 and Jan 1 2000 to display in the date picker.
Currently with minimum and maximum set any other date is visible, the date picker just scrolls back to the minimum or maximum when it is selected.
I didn't see any method that looks like it would accomplish this. Does anyone have any ideas?