GNU Info

Info Node: (g77-295.info)FDate Intrinsic (subroutine)

(g77-295.info)FDate Intrinsic (subroutine)


Next: FDate Intrinsic (function) Prev: Exponent Intrinsic Up: Table of Intrinsic Functions
Enter node , (file) or (file)node

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())

   Programs making use of this intrinsic might not be Year 10000 (Y10K)
compliant.  For example, the date might appear, to such programs, to
wrap around (change from a larger value to a smaller one) as of the
Year 10000.

   Note: 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: Note: FDate
Intrinsic (function).


automatically generated by info2www version 1.2.2.9