template::data::to_sql::date (public)
template::data::to_sql::date value
Defined in packages/acs-templating/tcl/date-procs.tcl
Converts a templating date object into a SQL date.
- Parameters:
- value (required)
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- template_date_api
Source code: return [template::util::date::get_property sql_date $value]XQL Not present: Generic, PostgreSQL, Oracle