hi, On Fri, Aug 31, 2018, 3:33 AM Kurt Weber <[email protected]> wrote:
> Hi, everyone. > > The calendar conversion functions currently support (via Julian Day > Numbers as an intermediary) conversion between Gregorian, Julian, > Hebrew, and French Revolutionary calendars. Conspicuously absent is > the Islamic calendar. I am not sure if that covers your need, maybe yes. intl supports the islamic calendar using 'en_EN@calendar=islamic', f.e., as the first parameter to IntlDateFormatter constructor. best, -- Pierre
