Converter Tag - Filename validates part of format string before applying other functions around.
Please see attached picture ...
DD.20111123.2102.CET
Converter Tag - Filename validates part of format string before applying other functions around.
Please see attached picture ...
DD.20111123.2102.CET
Normal validation removes the invalid characters from the resulting filename (except if $validate()
is used and a specific replacement character is provided).
However, there is a hard-coded replacement from :
to _
for the %_length%
field, because simply omitting the :
character would result in times like 0929
(and further support questions). In this case $trimLeft(%_length%,'09_')
would produce the desired output.
I'd say it's intended behavior and I'm moving it to #bug-reports:no-bugs
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.