function calday
Returns a nicely formatted string telling the calendar date of given Julian Date JD. If JD_fraction is nonzero, it describes the fractional part.
Syntax
result = calday(JD, JD_fraction)
Arguments
JD: | The julian date |
JD_fraction: | If nonzero, the calendar date for JD+JD_fraction will be returned |
Switches
/mjd: | The date given is a Modified Julian Date |
See also
function jd
function now