I want to display some dates in the Hijri format in my Windows Phone 8 application. I found these classes HijriCalendar and CalendarIdentifiers.Hijri
but they don't support Windows Phone 8.
are there any alternatives ?
You could use my Noda Time library, using CalendarSystem.GetIslamicCalendar
to get the relevant calendar.
Now, that may well have limitations in terms of:
See more on this question at Stackoverflow