インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
Portability Function and Subroutine: Returns the current date and time as an ASCII string.
Function Syntax
result =FDATE()
Subroutine Syntax:
CALL FDATE ( [string] )
string |
(Output; optional) Character*(*). It is returned as a 24-character string in the form: Mon Jan 31 04:37:23 2001 Any value in string before the call is destroyed. |