template::util::date::acquire (public)

 template::util::date::acquire type [ value ]

Defined in packages/acs-templating/tcl/date-procs.tcl

Create a new date with some predefined value. Basically, create and set the date.

Parameters:
type (required)
value (optional)

Testcases:
template_date_api
Source code:
    set the_date [template::util::date::create]
    return [template::util::date::set_property $type $the_date $value]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: