Skip to contents

Return the Julian day number corresponding to moment tee

Usage

jd_from_moment(tee)

Arguments

tee

a double indicating a moment in time

Value

The Julian day number.

Examples

if (FALSE) {
jd_from_moment(123.456)
}