ethiopianDate is an R package for converting Gregorian dates to the Ethiopian calendar and vice-versa.
Use the R package remotes to install ethiopianDates. From the R command prompt:
remotes::install_github('d-callan/ethiopianDate')
#year, month and date are all numeric values
gregorianToEthiopian(year, month, date)
#gregorianDate is a Date or character
#format (only used for character input) is the format of the input gregorianDate, default is '%Y-%m-%d'
toEthiopian(gregorianDate, format)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
https://github.com/rgaudin/tools/tree/master/ethiopian_date
http://www.funaba.org/en/calendar-conversion.cgi
http://www.senamirmir.org/projects/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.