Date and Time in Fortran77??
Date and Time in Fortran77??
(OP)
Is there a function in Fortran77 to get the date and time?
Thanks in advance for your help.
mjs84
Thanks in advance for your help.
mjs84
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
Date and Time in Fortran77??
|
Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.
Here's Why Members Love Eng-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Date and Time in Fortran77??
<nbucska@pcperipherals.com>
RE: Date and Time in Fortran77??
RE: Date and Time in Fortran77??
C
CALL GETDAT( IYR, IMON, IDAY )
CALL GETTIM( IHR, IMIN, ISEC, IHUND )
C
Where all arguments are INT*2 variables.
Richard Ay
COADE, Inc.