[Idea] More Tens and Units Digit of X Tags

I would Love it if there were more tags like the First Digit of the Hour in Day and Second Digit of the Hour in Day like the ones below.

#DkZA# First Digit of the Hour in Day”
#DkZB# Second Digit of the Hour in Day”

I was looking for tags like this for the 24-hour clock as well as the minutes.

I would use these tags to keep the time properly spaced out no matter that it’s set to, as of right now it centers the digits so they move around on the watch face.

I know I can use these equations but it’s not as handy or well known

Hours
(floor(#Db#/10)) for the Tens
(#Db#-(10*floor(#Db#/10))) for the Ones

Minutes
(floor(#Dm#/10)) for the Tens
(#Dm#-(10*floor(#Dm#/10))) for the Ones

I absolutely support this. I’m glad I found this post 'cos I was stuck with exactly this problem.

@mallettg Since you like this idea, please vote up the feature request with the blue button up top.
The vote system helps the dev team decide which feature requests to prioritize.

Thanks pacingpoet. I sure will.