aliab / Persian-Date-Picker-Dialog

Persian Date Picker Dialog for Android
298 stars 68 forks source link

Wrong year after set init date #86

Open javadghane opened 2 years ago

javadghane commented 2 years ago

Hi, thanks for this great library. when i set the init date like this: picker.setInitDate(1398,12,20) then using 'show' method, the year on the dialog is current year and showing wrong.

Hoss3inf commented 2 years ago

@javadghane it turns out that in order to be able to set initDate, you should set maxYear(). set, for instance, maxYear(1410) and you are good to go