Ruby calendar includes a Calendrical Calculations module, and supports the following calendars: Gregorian (current civil), Calendar week (ISO), Julian (old civil), Islamic (Moslem), Hebrew (Jewish), Mayan, French Revolutionary, Old Hindu, Achelis', Coptic, Ethiopian, Jalaali (incomplete), Kyureki (Japanese traditional with CE). It also includes a Getdate module, which provides a method which creates a Time object reflecting the given representation of dates and times. Finally, it comes with an Sdn module, an interface to Scott E. Lee's SDN package. This module supports the following calendars: Gregorian, Julian, French Republican, and Jewish.
Ruby calendar includes a Calendrical Calculations module, and supports the following calendars: Gregorian (current civil), Calendar week (ISO), Julian (old civil), Islamic (Moslem), Hebrew (Jewish), Mayan, French Revolutionary, Old Hindu, Achelis', Coptic, Ethiopian, Jalaali (incomplete), Kyureki (Japanese traditional with CE). It also includes a Getdate module, which provides a method which creates a Time object reflecting the given representation of dates and times. Finally, it comes with an Sdn module, an interface to Scott E. Lee's SDN package. This module supports the following calendars: Gregorian, Julian, French Republican, and Jewish.
To install rb-calendar, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-calendar
To see what files were installed by rb-calendar, run:
port contents rb-calendar
To later upgrade rb-calendar, run:
sudo port selfupdate && sudo port upgrade rb-calendar
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.