Julian date calculator
converts one or more date vectors, jd
= juliandate(dateVector
)dateVector
, to Julian date,
jd
.
converts one or more date character vectors, jd
= juliandate(dateCharacterVector
,format
)dateCharacterVector
, to
Julian date, jd
, using format format
.
and
jd
= juliandate(year
,month
,day
)
return the Julian date for corresponding elements of the dy
= juliandate([year
,month
,day
])year,month,day
arrays.
and
jd
= juliandate(year
,month
,day
,hour
,minute
,second
)
return the Julian date for corresponding elements of the
dy
= juliandate([year
,month
,day
,hour
,minute
,second
])
arrays. Specify the six arguments as one-dimensional arrays of the same length or scalar
values.year
,month
,day
,hour
,minute
,second
The calculation of Julian date does not take into account leap seconds.
datenum
| datestr
| decyear
| leapyear
| mjuliandate