squimer / DatePickerDialog-iOS-Swift

Date picker dialog for iOS
MIT License
580 stars 177 forks source link

Set Minimum and Maximum date depending on a date #84

Open aileenromero opened 6 years ago

aileenromero commented 6 years ago

Hi, is there a way we can set the minimum and maximum date of the pickerdialog depending on a specific date?

for example i have a date which is (mm/dd/yyyy) 06/17/2018

and i want the minimum and maximum date on another pickerdialog to be minimum of the same date and maximum of 1 day only (mm/dd/yyyy) 06/18/2018

Thanks in advance!