skywinder / ActionSheetPicker-3.0

Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
http://skywinder.github.io/ActionSheetPicker-3.0
BSD 3-Clause "New" or "Revised" License
3.4k stars 740 forks source link

Is there any way to only show the Future date not the past dates #357

Closed aapacsoft closed 6 months ago

aapacsoft commented 7 years ago

Is there any way to only show the Future date not the past dates

and Similar question:- Is there any way to show only years without days and months

Any help will be appriciated

ykws commented 7 years ago

@aapacsoft Hi, you can disable the past dates, but visible.

ActionSheetDatePicker has minimumDate property. If you set any date, disable before the date.

the following code snippet. https://gist.github.com/ykws/ff74c7b3e08916d9abf0727c78bbfd9d

Wei18 commented 6 months ago

Close the issue, please refer to https://github.com/skywinder/ActionSheetPicker-3.0/issues/357#issuecomment-324425040