aliab / Persian-Date-Picker-Dialog

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

Implement isLeap() method with formula #94

Open squti opened 2 years ago

squti commented 2 years ago

I replaced isLeap() method with a formula version and I removed the hardcoded one which is limited to specific years and is not reliable. The new version is performant, precise and you can test it without limited years.