vikramkakkar / SublimePicker

A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
Apache License 2.0
2.31k stars 407 forks source link

How to set max date for picker dialog #61

Open TheikChan opened 7 years ago

TheikChan commented 7 years ago

i face bug when i want to make picking date of birth such as i want to show only date from 1970 to 2002 for user date of birth because app user age are from 15 to 45 . now when i set options setDateParams(1970,1,1,2002,12,31) like this it make selection from 1970 to 2002 i don't want to make selection i just want to show a date between the range you can pick between.thank you