alhazmy13 / HijriDatePicker

Material (Gregorian - Hijri) Date & Time Picker
alhazmy13.net
Apache License 2.0
143 stars 63 forks source link

setMinDate #35

Closed noura-rizk closed 5 years ago

noura-rizk commented 5 years ago

Hello, Thanks for your great library, I was just wondering if there is a way to set min date below the year 1440 I tried the following code, but it didn't work, could you help me please with it thanks.

 UmmalquraCalendar cal = new UmmalquraCalendar();
        cal.set(1360, 1, 1);
        dpd.setMinDate(cal);
noura-rizk commented 5 years ago

Thanks I used dpd.setMinYear instead.