Description: | Returns three integer values representing the current month, day, and year. | ||
Class: | Subroutine | ||
Arguments: | I is the current month. | ||
J is the current day. | |||
K is the current year.
Warning: The two-digit year return value may cause problems with the year 2000. Use DATE_AND_TIME instead (see Section 9.3.36). |
Examples
If the current date is September 16, 1996, the values of the integer variables upon return are: I = 9, J = 16, and K = 96.