CALTXT Name
CALTXT Purpose
Return a text array with calendar.
Category
Calling Sequence
txt = caltxt(yr,mon) Inputs
yr = Year. Like 2008. in
mon = Month number, like 8. in
Month must be numeric.
Keyword Parameters
Keywords
WDN1=wdn1 Weekday number of first day of month.
1 to 7, 1=Sun.
DAYS=days # days in month (eq last month day).
Outputs
txt = returned text array with calendar. out
Example
August 2008
Sun Mon Tue Wed Thu Fri Sat
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Common Blocks
Notes
Modification History
R. Sterner, 2008 Aug 06
Copyright (C) 2008, 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.