Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -N -r1.61.2.35 -r1.61.2.36 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 13 Sep 2022 16:55:16 -0000 1.61.2.35 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 7 Feb 2023 13:15:06 -0000 1.61.2.36 @@ -438,7 +438,7 @@
date
Pluggable filter, installed by default, that makes sure the array 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 + a call to a date formfield. 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.