libcalendar 0.3.1
libcalendar: ^0.3.1 copied to clipboard
A Dart library for converting dates between Gregorian, Islamic, CJDN, and Julian calendars.
Calendar Conversion Library #
A Dart library for converting dates between Gregorian, Islamic, CJDN, and Julian calendars.
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.