alhazmy13 / HijriDatePicker

Material (Gregorian - Hijri) Date & Time Picker
alhazmy13.net
Apache License 2.0
143 stars 63 forks source link

UmmalquraCalendar() in HijriCalendar View Class doesn't return correct values #5

Closed arshad115 closed 8 years ago

arshad115 commented 8 years ago

By default the value returned by UmmalquraCalendar() for 17, Feb, 2016 is 8, Rabi II, 1437.

Which is wrong, as the correct date for this gregorian date(17,02,16) is 8, Jumaada al-awal, 1437.

Issue is in the HijriCalendar class where the UmmalquraCalendar is instantiated.

arshad115 commented 8 years ago

It is working perfectly now. Thanks