Go to the first, previous, next, last section, table of contents.


IDate Intrinsic (VXT)

CALL IDate(M, D, Y)

M: INTEGER(KIND=1); scalar; INTENT(OUT).

D: INTEGER(KIND=1); scalar; INTENT(OUT).

Y: INTEGER(KIND=1); scalar; INTENT(OUT).

Intrinsic groups: vxt.

Description:

Returns the numerical values of the current local time. The month (in the range 1--12) is returned in M, the day (in the range 1--7) in D, and the year in Y (in the range 0--99).

This intrinsic is not recommended, due to the year 2000 approaching.

For information on other intrinsics with the same name: See section IDate Intrinsic (UNIX).


Go to the first, previous, next, last section, table of contents.