powered by
The classical Babylonian calendar was a lunisolar calendar with a fixed 19-year Metonic cycle.
babylonian_date( year = integer(), month = integer(), leap_month = logical(), day = integer() )as_babylonian(date)
as_babylonian(date)
A babylonian vector object
Numeric vector of years
Numeric vector of months
Logical vector of leap months
Numeric vector of days
Vector of dates on some calendar.
cal_babylonian
tibble::tibble( gregorian = gregorian_date(2335, 1, 1:2), babylonian = as_babylonian(gregorian) ) babylonian_date(2335, 6, FALSE, 1:2)
Run the code above in your browser using DataLab