template::util::date::unpack (public)

 template::util::date::unpack date

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

Set the variables for each field of the date object in the calling frame. sets: year month day hours minutes seconds format from a list formatted date string

Parameters:
date
See Also:
  • template::util::date::from_ans

Partial Call Graph (max 5 caller/called nodes):
%3 test_template_date_api template_date_api (test acs-templating) template::util::date::unpack template::util::date::unpack test_template_date_api->template::util::date::unpack template::util::date::get_property template::util::date::get_property (public) template::util::date::get_property->template::util::date::unpack template::util::date::validate template::util::date::validate (public) template::util::date::validate->template::util::date::unpack

Testcases:
template_date_api
Source code:
    uplevel [list lassign $date year month day hours minutes seconds format]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: