month_list

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

Source code:


    return  {Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec}


philg@mit.edu