User preferred time format but leading zero

Morning, kindly help, what tag do I use if I want to set the time format to ‘users preferred format 12/24’ but leading zero?

Theres no tag for that, you can use this to solve it
$#Db#>=10?#Db#:0(#Db#)$
Greetings

Here is the right one: $#Db#>9?#Db#:0(#Db#)$:#DmZ#:#DsZ#

Inspector mode enabled

Thanks so much!

1 Like

Thank you!

your welcome!!