amirmehdizadeh / JalaliCalendar

Apache License 2.0
84 stars 46 forks source link

Validarte Jalali Date #9

Open afattahi54 opened 10 years ago

afattahi54 commented 10 years ago

Is it possible to find if a date is valid jajali date with this class.

I tried to convert a wrong jajali date and expected that converting this should have thrown exception, but it dosen't.

JalaliCalendar.jalaliToGregorian(new JalaliCalendar.YearMonthDate(1360, 11, 45);

amirmehdizadeh commented 10 years ago

no not yet. but this feature is a good idea... i will work on it.

afattahi54 commented 10 years ago

I see some other implementation of JalaliCalander, and I guess this implementation can be extended more easily. Good luck