c
c Routine directly callable from C/C++ (it could be necessary to
c append an underscore, "_", to its name depending on the C/C++
c compiler used).
c
c
subroutine datifmt(idati, datistr)
c
c Converting numerical date and time into a string of the form:
c
c dd/Mmm/yyyy hh:mm:ss
c
c Written by: S. J. Sciutto, La Plata 1996.
c
c Arguments:
c =========
c
c idati........... (input, integer, array(6)) Array containing
c the following data:
c idati(1) = year (yyyy).
c idati(2) = month (1 to 12)
c idati(3) = day (1 to 31)
c idati(4) = hour (1 to 24)
c idati(5) = minutes (0 to 59)
c idati(6) = seconds (0 to 59)
c datistr......... (output, character(*)) The string containing
c the current date and time.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |