Processing math: 100%

palDjcl

Modified Julian Date to Gregorian year, month, day and fraction of day

Description:

Modified Julian Date to Gregorian year, month, day and fraction of day.

Invocation

palDjcl( double djm, int iy, int im, int id, double fd, int j );

Arguments

djm = double (Given)
modified Julian Date (JD-2400000.5)
iy = int (Returned)
year
im = int (Returned)
month
id = int (Returned)
day
fd = double (Returned)
Fraction of day.

Notes: