NEXT_DAY
Name
NEXT_DAY
Purpose
This functions returns the date of the day following the input date.
Category
Date and time calculations.
Calling Sequence
next = NEXT_DAY(date)
Input
date : CDATE or JTIME structure
Output
CDATE structure containing the date of the first day of the month
following date. Hour, minute, and second are set to 0.
Keywords
None.
Modification History
K. Bowman, 2004-03-30.