Skip to contents

Return the fixed date corresponding to Julian day number jd

Usage

fixed_from_jd(jd)

Arguments

jd

The Julian day.

Value

A fixed date.

Examples

if (FALSE) {
fixed_from_jd(123.456)
}