-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Hijrah day of month: 30 #35
Comments
@atifaziz1 I think you are parsing the date in the wrong way; you cannot set the month to 30. |
@alhazmy13 Thanks for your quick response. Here is my code UmmalquraCalendar now = new UmmalquraCalendar(); HijriDatePickerDialog hijriDatePickerDialog = HijriDatePickerDialog.newInstance(listener,now.get(UmmalquraCalendar.YEAR), now.get(UmmalquraCalendar.MONTH), now.get(UmmalquraCalendar.DAY_OF_MONTH));` |
@alhazmy13 If i do
I am getting |
@msarhan please help required. It's urgent. |
@atifaziz1 I believe this related to HijriDatePicker it could be using an old version of |
@alhazmy13 I hope you will fix this issue on priority bases. |
Yes sir @atifaziz1 , you are using the library in the wrong way, please update your code to below:
more details: https://github.com/alhazmy13/HijriDatePicker#create-a-hijridatepickerdialog |
Dear @alhazmy13 ! Please look at my first comment, i am writing the code same as you mentioned.
|
@atifaziz1 Did you fixed it ? I'm stuck at this error |
@msarhan @alhazmy13 Hello , I have the same exception when I choose day 30 from any month then choose day 29 from another month I get this exception . I use version 2.0.2 Here is my code
|
I am facing issue that hijrah date is invalid.. This error is exist in both version 2.0.1 and 2.0.2.
Any help.? @msarhan @alhazmy13
Error Screen shot is attached.
The text was updated successfully, but these errors were encountered: