ut2dmjd: UT to DMJD

View source: R/ut2dmjd.R

ut2dmjdR Documentation

UT to DMJD

Description

Universal time to decimal modified Julian date.

Usage

ut2dmjd(yr = 2012, mo = 1, dy = 1, hr = 0, mi = 0, se = 0)

Arguments

yr

UT year

mo

UT month

dy

UT day

hr

UT hour

mi

UT minute

se

UT second

Value

Decimal modified Julian date.

Note

Uses ymd2jd to calculate Julian date

Author(s)

Andrew Harris

See Also

dmjd2ut

Examples

ut2dmjd(yr=2000, mo=1, dy=1, hr=0, mi=0, se=0)
format(ut2dmjd(yr=2012, mo=5, dy=20, hr=7, mi=8, se=39), digits=10)

astroFns documentation built on May 9, 2022, 1:05 a.m.