Skip to contents

Return the fixed date corresponding to Egyptian date e_date

Usage

fixed_from_egyptian(e_date)

Arguments

e_date

An Egyptian calendar date.

Value

A Rata Die.

Examples

if (FALSE) {
fixed_from_egyptian(egyptian_date(1, 2, 3))
}