Hi,
I know that the recommended tag for hours is #Db#, but this tag has no leading zero.
Would it be possible to provide a tag like #DbZ# that does the same thing as #Db#, but with leading zero?
I’m able to do a workaround like this:
$#Db#<10?0:$#Db#
But a tag would be much easier.
Thx,
Svensei38