...
Previously, it was not possible to create a custom name of the template for the XSLT template of date. The code was enhanced to allow for this functionality. A new argument for function ConvertDate for create a custom name for the XSLT template of date has been added. For example:
Panel |
---|
ConvertDate( |effectiveDate|, "M?\D?\YYYY", "YYYY-MM-DD", "MyTemplate") |
This issue was tracked as Item #138638.
...