Skip to contents

Return the moment corresponding to the Julian day number jd

Usage

moment_from_jd(jd)

Arguments

jd

The Julian day.

Value

The moment representation of jd.

Examples

if (FALSE) {
moment_from_jd(123.456)
}