DT_TM_FULL Name
DT_TM_FULL Purpose
Add missing parts of date to get a full date/time string.
Category
Calling Sequence
out = dt_tm_full(in,miss) Inputs
in = input date/time string. in
May have missing date info: '12:34' 'May 7 7:00'
miss = Desired year, month, day in that order. in
Like '1996 May 12'. Default=current date.
Keyword Parameters
Keywords
ERROR=err 0 if ok, 1 if result is not a valid date/time.
Outputs
out = Full date/time string. out
Like '1996 May 12 12:34' or '1996 May 7 7:00'
Common Blocks
Notes
Notes: for scalar value only. Does only limited error
checking.
Modification History
R. Sterner, 1997 Jul 10
Copyright (C) 1997, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.