Hiding AM/PM if user has chosen 24-hour time

Is there any way to hide the AM/PM text if the user has selected 24-hour time in their preferences? I can hide it from 13:00-00:00 using $#Db#<=12?#Da#:$, but it’s kind of messy to only have it hidden half the time.

1 Like

Solving same problem. Currently I didn’t find any tag, which will say user’s preference.
So far I have to hardcode everything to just one (12h only or 24h only) face format, to avoid this.

1 Like