Scilab Function
jd2kal - Transform a Julian Date (JD) in the calendar date and time.
Calling Sequence
-
[y,m,d,ut1] = jd2kal(jd)
Parameters
-
jd
: Julian Date (JD)
-
y
: year, integer
-
m
: month, integer
-
d
: day, integer
-
ut1
: time (UT1) in houres
Description
-
Calculates the Julian Date (JD) from the given date and time (year, month, day, time in UT1).
(matrix aware)
Examples
[y,m,d,ut1] = jd2kal(2453750.1875)
See Also
kal2jd
,
modJD
,
Authors
-
cos
area7@web.de