MONTH2NAME Name
MONTH2NAME Purpose
Convert a month number to a month name.
Category
Calling Sequence
nam = month2name(num) Inputs
num = Month number (1-12). in
Keyword Parameters
Keywords
/FULL return full month name (else 3 character name).
/UPPER Convert to all upper case.
/LOWER Convert to all lower case.
Outputs
nam = Month name. out
Common Blocks
Notes
Modification History
R. Sterner, 2001 Oct 05
R. Sterner, 2010 Jun 04 --- Converted arrays from () to [].
Copyright (C) 2001, 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.