ad_page_contract_filter_proc_date

EveAndersson.com : API Browser : ad_page_contract_filter_proc_date

ad_page_contract_filter_proc_date

ad_page_contract_filter_proc_date name date_varname
Defined in packages/acs-core/tcl-documentation-procs.tcl

Custom filter for use in ad_page_contract.

Makes sure the value validates as a date. Use this filter with :array to do automatic date filtering.

To use it, set up in your HTML form a call to \[ad_dateentrywidget varname\]. Then on the receiving page, specify the filter using varname:array,date. If the date validates, there will be a variable set in your environment varname with four keys: day, month, year, and date. You can safely pass $varname(date) to Oracle.

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

Show another procedure:

eve@eveandersson.com