Hi,
When the 12h/24h user setting is set to 24h, the tags (12/24) should have the hours in 00-23 format and not 01-24.
Or create two tags one in 00-23 and the other in 01-24. But the 01-24 is not really used in countries where the 24h format is used.
Thank you.
1 Like
Hi @Facer_Official,
Where are you about this problematic ?
Thank you
Mellin
4
It’s not out yet.
It doesn’t even have a single vote…
In the meantime use math:
$#Db#=24?0:#Db#$
1 Like
Thank you for your message Mellin.
Two things :
- The problem is that I already use math to add a “0” on the first digits to always have a two-digit number:
$#Db#<=9?(0)(#Db#):(#Db#)$
And as we can not combine the formulas (I have already tried and it is unstable) I am a little annoyed.
- Can you remind me or put me the link that explains how the voting system that you talk to me works?
Thanks again
zeroone
6
You click on the “Vote” button next to the title of the thread:
1 Like
I’ve come up with this in my watchfaces.
$#Db#<10||#Db#>=24?(0)#DK#:#Db#$
3 Likes
@zeroone
What a mo*** !!
Thank you, I passed by and yet it’s big!
@Falk.Wussow
THANK !!! For now it works well