CalculiX  2.13
A Free Software Three-Dimensional Structural Finite Element Program
dattime.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dattime (date, clock)
 

Function/Subroutine Documentation

◆ dattime()

subroutine dattime ( character*8  date,
character*10  clock 
)
20 !
21 ! gets date and time in FORTRAN
22 !
23  implicit none
24 !
25  character*8 date
26  character*10 clock
27 !
28  call date_and_time(date,clock)
29 !
30  return
Hosted by OpenAircraft.com, (Michigan UAV, LLC)