template::widget::timestamp (public)
template::widget::timestamp element_reference tag_attributes
Defined in packages/acs-templating/tcl/date-procs.tcl
Render a timestamp widget. Default is the localized version.
- Parameters:
- element_reference (required)
- tag_attributes (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: upvar $element_reference element if { ! [info exists element(format)] } { set element(format) "[_ acs-lang.localization-formbuilder_date_format] [_ acs-lang.localization-formbuilder_time_format]" } return [template::widget::date element $tag_attributes]XQL Not present: Generic, PostgreSQL, Oracle