handle_date

one of the documented procedures in this installation of the ACS
Usage:
handle_date   column   list_of_vals   items   defaults
What it does:
Helper proc to make-form that makes a date for an add page
Defined in: /web/philip/tcl/prototype-defs.tcl

Source code:


    append form_html "[philg_dateentrywidget_default_to_today $column]"
    return $form_html


philg@mit.edu