gregorianToEthiopian: Convert Gregorian Date to Ethiopian Calendar

Description Usage Arguments Value

View source: R/convert.R

Description

This function takes the year, month and day associated with a date in the Gregorian calendar and converts it to a date in the Ethiopian calendar.

Usage

1
gregorianToEthiopian(year = numeric(), month = numeric(), date = numeric())

Arguments

year

numeric representing Gregorian year

month

numeric representing Gregorian month

date

numeric representing Gregorian day

Value

character representation of Ethiopian date


d-callan/ethiopianDate documentation built on Dec. 19, 2021, 7:10 p.m.