ad_page_contract_filter_proc_time

EveAndersson.com : API Browser : ad_page_contract_filter_proc_time

ad_page_contract_filter_proc_time

ad_page_contract_filter_proc_time name time_varname
Defined in packages/acs-core/tcl-documentation-procs.tcl

Custom filter for use in ad_page_contract.

Makes sure the array validates as a time in am/pm format. That is that it has two fields: time and ampm that have valid values. Use this filter with :array to do automoatic time filtering.

To use it, set up in you HTML form using \[ec_timeentrywidget varname\] or equivalent. Then on the processing page specify the filter using varname:array,time. If the time validates, there will be a variable set in your environment varname with five keys: time, ampm, hours, minutes, and seconds.

Parameters:
name
time_varname
Author:
Yonatan Feldman <yon@arsdigita.com>
Created:
25 July 2000
[ show source ]

Show another procedure:

eve@eveandersson.com