ethiopianToGregorian: Convert Ethiopian Date to Gregorian 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 Ethiopian calendar and converts it to a date in the Gregorian calendar.

Usage

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

Arguments

year

numeric representing Ethiopian year

month

numeric representing Ethiopian month

date

numeric representing Ethiopian day

Value

character representation of Gregorian date


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