integer, intent(in) :: pdate type (GDATE), intent(out) :: date type (GTIME), intent(out) :: time
Arguments
pdate
Packed date/time
date.year, date.month, date.day
Year/Month/Day of creation/modification date
time.hour, time.min, time.sec, time.millsec
Hour/Minute/Second/Millisecond of creation/modification time
Description
The system utility gReturnDirDate() unpacks date and time information returned by the routine gGetFullDirList(). The packed date and time is associated with the creation or modification date of a file returned by this routine and may be packed in a system dependent way.