Using New pad Tags on a Digital Clock

I hate Digits jigging and dancing on the screen when we run the Time Machine .

Here is a UTC or 12 /24 hrs user selectable digital clock with Hundredth of a second . You don’t have to use that just delete it .

/// Padded Digital Clock

(pad(#DUH#,2)):(pad(#DUm#,2)):#DUsZ#:(pad((floor(((#Dsm#)-#Ds#)*100)),2))

/// 12/24

(pad(#Db#,2)):(pad(#DUm#,2)):#DUsZ#:(pad((floor(((#Dsm#)-#Ds#)*100)),2))

4 Likes

I’m doing a lot of testing today; and I will run this through a test face and see how it goes. BTW I am going to end up having to add a @russellcresser folder to my “Special Watch Codes” folder! :rofl:

3 Likes

I already have a Special File for you :::)))

2 Likes

Hmmmm, this may simplify the leading 0 issue with a digital stopwatch.
Got look into that! Thanks!

1 Like

New Pad tags!??!? Cool, thank you @russellcresser ! I guess I’ve been away for too long, got to check this out. :beer:

1 Like

Sorry Brad. I should have posted this again. It was on the Facer News page.

Obvoiusly pad and toFixed are expressions… Loads of new bouncy hand stuff.

Shoot the Moon: New Tags & Functions in the Facer Creator | by Marcus Koosmann | Oct, 2022 | Facer 2

1 Like

I agree…

3 Likes