Persian-Date-Picker-Dialog
Persian-Date-Picker-Dialog copied to clipboard
Wrong year after set init date
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.
@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