45 character*(35) ostring
46 integer i, day, month, d(7)
53 write(ostring, 1) d(2), day, month, d(1), (d(i), i=3,7)
54 1
format(i3.3,1x,2(i2.2,1h/),i4.4,1x,i2.2,2(1h:,i2.2),1h.,2(i3.3))
57 write(ostring, 2) (d(i), i=2,7)
59 write(ostring, 3) (d(i), i=2,7)
61 2
format(i5,
' day ',i2.2,2(1h:,i2.2),1h.,2(i3.3))
62 3
format(i5,
' days ',i2.2,2(1h:,i2.2),1h.,2(i3.3))
void time_getdate(timeint *day, timeint *month, time_Ts Date)
void time_copy(time_Ts Date1, time_Ts *Pdate2)
void time_norm(time_Ts *Pdate)