_NAME_ get_date_from_day_1996 _PROTOTYPE_ date = get_date_from_day_1996(day1996) _SHORT-DESCRIPTION_ Get a date ({AceTime} struct format) from the day-of-1996 _DESCRIPTION_ This routine returns a structure which corresponds to the zeroth second of the day day1996. Be aware that day1996 = 1 is defined as 1/1/96. _SHORT-CODE-SAMPLE_ day1996 = 633 /* sept 24, 1997 (day1996 = 1 on 1/1/96) */ date = get_date_from_day_1996(day1996) print, date _INPUT_ * day1996 is the day-of-1996 of interest. _OUTPUT_ * Returns an {AceTime} struct corresponding to the date of day1996.