Calendar Conversion Library

A Dart library for converting dates between Gregorian, Islamic, CJDN, and Julian calendars.

Pub Unit Test Status

Refer to the following table for conversion between calendars:

From To Method to use
Gregorian CJDN fromGregorianToCjdn()
CJDN Gregorian fromCjdnToGregorian()
Islamic CJDN fromIslamicToCjdn()
CJDN Islamic fromCjdnToIslamic()
Gregorian Islamic fromGregorianToIslamic()
Islamic Gregorian fromIslamicToGregorian()
Gregorian Julian fromGregorianToJulianDate()
Julian Gregorian fromJulianDateToGregorian()

Features and Bugs

Please file feature requests and bugs at the issue tracker.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Libraries

libcalendar