D.1.3 IDATE Subroutine

The IDATE subroutine returns three integer values representing the current month, day, and year. The call to IDATE takes the following form:

CALL IDATE (i,j,k)

If the current date is October 30, 1992, the values of the integer variables upon return are as follows:

i = 10
j = 30
k = 92


Previous Page Next Page Table of Contents