michaldrabik / classicmaterialtimepicker

Classic Material Time Picker
57 stars 10 forks source link

New options added for Datepicker #6

Open victorlsn opened 4 years ago

victorlsn commented 4 years ago

Hello there!

I've added a few new methods for CmtpDatePickerView and CmtpDateDialogFragment. setMinimumDate (two methods, allowing either day, month and year Ints or a single Date object) setMaximumDate (two methods, allowing either day, month and year Ints or a single Date object)

Those methods usages are already in the Readme;

Also, I've added a non-internal setCustomYearRange in CmtpDatePickerView, in case someone uses them outside of the CmtpDateDialogFragment.