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


Fdate Intrinsic (subroutine)

CALL Fdate(Date)

Date: CHARACTER; scalar; INTENT(OUT).

Intrinsic groups: unix.

Description:

Returns the current date (using the same format as CTIME()) in Date.

Equivalent to:

CALL CTIME(Date, TIME8())

See section CTime Intrinsic (subroutine).

Some non-GNU implementations of Fortran provide this intrinsic as only a function, not as a subroutine.

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


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