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