SUBROUTINE JDATEC (JD, i, j, k)
ARGUMENTS
OUT
JD julian day, it maps one-to-one onto triples of
integers representing year, month and day integer
IN
I year integer
J month integer
K day of the month integer
DESCRIPTION
Computes the julian calendar day, given a year, a month and a day.
EXAMPLE
Number 1
SEE ALSO
datec, difdat, difdatr, incdat, incdatr, jjulien, newdate
Return to RPN home page