HijrahDate hd=HijrahChronology.INSTANCE.date(LocalDate.of(2014,11, 25));
If we have HijrahDate
Instance , it is expected to have a met
Since the main language of UmalQura
is the arabic langugage, Developers & programmers who uses UmalQuraCalender
want to display the month in arabic. Thus , we base on @assylias answer we can add the Locale object to print صفر
instead of Safar
System.out.println(DateTimeFormatter.ofPattern("MMMM").format(hd,new Locale("ar")));