23 RECURSIVE FUNCTION i4dy(IDATE)
RESULT(IRET)
35 CALL x84(idate,my_idate,1)
42 IF(idate.LT.10**8)
THEN
45 iret = idate + 19*100000000
47 iret = idate + 20*100000000
recursive function i4dy(IDATE)
This function converts a date-time with a 2-digit year (YYMMDDHH) to a date-time with a 4-digit year ...
This module declares and initializes the IM8B variable.
logical, public im8b
Status indicator to keep track of whether all future calls to BUFRLIB subroutines and functions from ...
subroutine x84(IIN8, IOUT4, NVAL)
Encode one or more 8-byte integer values as 4-byte integer values.