Help With Date Space

Hi, I was making this watch below. When I was doing the date, there wasn’t enough space for the “separator.” See below.

Is there a way to increase the distance between the two numbers?

Your best way in my opinion would be to break the date in to 2 and display each number where ever you want to do this simply use

(((#Dd#)-(#Dd#%10))/10)
to Get the first number I.E 0-3
And
(#Dd#%10)
to get the second 0-9

Hope this helps you can then move the two anywhere you want ok

3 Likes

Thanks! That did the trick.