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 (required)
- See Also:
- template::util::date::from_ans
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- template_date_api
Source code: uplevel [list lassign $date year month day hours minutes seconds format]XQL Not present: Generic, PostgreSQL, Oracle