Menu
  • HOME
  • TAGS

Get Month Name of java.time.chrono.HijrahDate instance

java-8,hijri,umalquracalendar

The date does not contain information about the names of the months or days. To get that you need a formatter: System.out.println(DateTimeFormatter.ofPattern("MMMM").format(hd)); prints Safar....

Convert Excel date from date serial number to Hijri date

excel,date,excel-vba,hijri

Selection.NumberFormat = "[$-1170000]B2yyyy/mm/dd;@" ...