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);
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.