Hello,
I suggest a character string, like "dt" below.
Please check the slash at leftside of the seconds, maybe it's a typo...
...and I guess, the "#" is not part of the syntax, only a delimiter for human readable documentation, but who knows...
local dt:="", x:=dtos( date() ), y:=time()
dt += substr(x, 5, 2) + "/"
dt += substr(x, 7, 2) + "/"
dt += substr(x, 1, 4) + " "
dt += substr(x, 1, 2) + ":"
dt += substr(x, 3, 2) + "/"
dt += substr(x, 5, 2)
Ella