1 02/15/85  month
 2 
 3 Syntax as a command:  month {time_string} {-control_arg}
 4 
 5 
 6 Syntax as an active function:  [month {time_string} {-control_arg}]
 7 
 8 
 9 Function: returns the one- or two-digit number of a month of the year,
10 from 1 to 12.  The format string to produce this is "^Z9my".
11 
12 
13 Arguments:
14 time_string
15    indicates the month about which information is desired.  If you
16    supply no time_string, the current month is used.  The time string
17    is concatenated to form a single argument even if it contains
18    spaces; you need not quote it.  (See time_strings.gi for a
19    description of valid time_string values.)
20 
21 
22 Control arguments:
23 -zone STR
24    STR specifies the zone that is to be used to express the result.
25    (Default: the process default)
26 
27 
28 Notes: Use the print_time_defaults command to display the default
29 zone.  Use the display_time_info command to display a list of all
30 acceptable zone values.