The expression:
[REPLACE];,-,[tag]time[]
produces this string:
[REPLACE];,-,;09;42;07
But I expect:
09-42-07
what I'm doing wrong?
[REPLACE];,-,[tag]time[]
produces this string:
[REPLACE];,-,;09;42;07
But I expect:
09-42-07
what I'm doing wrong?
Comment