next up previous contents
Next: Fortran: Module Interface histFileMod Up: Fortran: Module Interface filterMod Previous: setFilters   Contents

getdatetime (Source File: getdatetime.F90)


INTERFACE:

 subroutine getdatetime (cdate, ctime)
DESCRIPTION:

A generic Date and Time routine


ARGUMENTS:

   implicit none
   character(len=8), intent(out) :: cdate  !current date
   character(len=8), intent(out) :: ctime  !current time
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15