CALDAY_TO_DATE
Name
CALDAY_TO_DATE
Purpose
This functions returns the date for a given year and day number. The
day number is the integral number of days between t and January 1 of
the same year. The day number of January 1 is 1.
Category
Date and time calculations.
Calling Sequence
date = CALDAY_TO_DATE(year, calday)
Input
year : year
calday : calendar day number
Output
date : CDATE or JTIME structure containing a valid date or time
Keywords
None.
Modification History
K. Bowman, 2006-08-24.