Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.192 -r1.284.2.193 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 26 Jan 2022 09:01:21 -0000 1.284.2.192 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 1 Feb 2022 17:03:28 -0000 1.284.2.193 @@ -6238,6 +6238,14 @@ } } + date instproc convert_to_external {internal} { + # + # For the date formfield, the internal representation does not + # need conversion to external. + # + return $internal + } + date instproc render_input {} { # # render the content inline within a fieldset, without labels etc.