Request for new minute TAG

would it be possible to have a TAG for first digit of minute in hour and second digit in hour (leading zero and not)
so we can control the position of the 1 and 2 in the number 12. A similar TAG exists for the digits in the hour.

Try changing category from “support” to “Feature Requests/Tags & Functions in Facer Creator”.

Also if you are in a hurry try this:
First:

(floor(#Dm#/10))

Second:

(#Dm#-((floor(#Dm#/10))*10))

for seconds use “#Ds#” tag, instead of “#Dm#”

1 Like

thank you Mellin, as always, i’ll do as you suggest, by the way loved the Archer face!

2 Likes

Hi Mellin, used your code for this watch face :Lazarus Design - Sports Analog-Digtal - watch face for Apple Watch, Samsung Gear S3, Huawei Watch, and more - Facer
Thanks again