Yazeed Mohammad

Results 3 comments of Yazeed Mohammad

I have same error in this code ! UmmalquraCalendar now = new UmmalquraCalendar(); HijriDatePickerDialog dpd = HijriDatePickerDialog.newInstance((view1, year, monthOfYear, dayOfMonth) -> { }, now.get(IslamicCalendar.YEAR), now.get(IslamicCalendar.MONTH), now.get(IslamicCalendar.DAY_OF_MONTH)); dpd.setOnCancelListener(dialog -> dismiss()); dpd.setMenuVisibility(true);...

I have faced same issue, do you have solve it ?

Alhamdullah, I fixed this issue by adding local 'ar' to DateFormat constructor. `DateFormat("dd-MM-yyyy", 'ar').format(DateTime.now());`