Skip to contents

Return the modified Julian day corresponding to fixed date rd

Usage

mjd_from_fixed(date)

Arguments

date

a fixed date, i.e. a number of (eventually partial) days since epoch

Value

The modified Julian day.

Examples

if (FALSE) {
mjd_from_fixed(123.456)
}