long_month_list

one of the documented procedures in this installation of the ACS
Usage:
long_month_list
What it does:
Returns list of months
Defined in: /web/philip/packages/acs-core/widgets-procs.tcl

Source code:


    return  {January February March April May Jun July August September October November December}


philg@mit.edu