msarhan / ummalqura-calendar

Implementation of java.util.Calendar for the Umm Al-Qura calendar system.
MIT License
154 stars 51 forks source link

extend date range to 1276 and add the correct offset. #22

Closed minafarideleia closed 3 years ago

mFaridEbrahim commented 3 years ago

@alhazmy13 Thanks

msarhan commented 3 years ago

@mFaridEbrahim Thank you very much for your pull request. v2.0.0 deprecated the use of UmmalquraGregorianConverter and instead uses calculations ported from Java 8 which is valid from 1300 H to 1600 H.

Please to check.

mFaridEbrahim commented 3 years ago

@msarhan Thanks. I will check