template::util::leadingTrim (public, deprecated)

 template::util::leadingTrim value

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

Deprecated. Invoking this procedure generates a warning.

Trim the leading zeros from the value, but preserve the value as "0" if it is "00"

Parameters:
value
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) util::trim_leading_zeros util::trim_leading_zeros (public) template::util::leadingTrim template::util::leadingTrim template::util::leadingTrim->ad_log_deprecated template::util::leadingTrim->util::trim_leading_zeros

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc template::util::leadingTrim
    return [util::trim_leading_zeros $value]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: