calendar::from_sql_datetime (public, deprecated)
calendar::from_sql_datetime -sql_date sql_date -format format
Defined in packages/calendar/tcl/calendar-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Converts a date in a specified format into a templating date dict.
- Switches:
- -sql_date (required)
- a date in one of the supported format.
- -format (required)
- one of the supported format, "YYYY-MM-DD", "HH12:MIam" or "HH24:MI". When unspecified or invalid, we will try to treat the date as an ansi date. DEPRECATED: this api has been superseded by api in acs-templating.
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.