This library contains three types of calendar systems as well as their conversion to each other.Calendar SystemProvider ClassDescriptions Iranian PersianCalendar The most accurate solar calendar in use today. Islamic HijriCalendar A lunar calendar consisting of 12 lunar months in a year of 354 or ...
IslamicDate islamicDate ;/* = your constructor */ PersianDate persianDate= (PersianDate)islamicDate.castTo(PersianDate.class); *** For the rest, you can look like the example above Tip There are two types of algorithms available for Persian history: one of the official Iranian algorithms...