Hello, everyone,
I’m trying to create a new Watchface.
I would like the 3 blue frames to show me the current date, the current day of the week and the current month.
I read it somewhere in the forum, but I can’t find it anymore.
With the date, I’ve already tried #DRM# and (#Dd#*11.62), no success…
Can someone give me a tip where I can read about it? Or help with the formula calculation?
Update:
I finally found the DOW formula.
2 Likes
Looking good, nice job so far.
I can’t remember the Tags sorry, #DOW# for days I’m sure, but here’s a couple Test Faces that should have Inspection open so you can see the Day, Date, and Month Tags I used ok -
And -
1 Like
For day of the week, in your case, you can use the below, but somehow the dial and hand are not well aligned:
(#DWR#-102.8)
For the month:
(#DM#*30)
and for the day of the month #Dd# x 11.62 is actually correct, if numbers go all the way around. But you have a large gap between the 1st and 31st, so I figured this could work:
(#Dd#*10+201)
All tags are here.
1 Like
@icrltd4 and @tom.vannes Thank you very much for your help.
For the months I had taken this formula:
$#DMM#==01?0:$$#DMM#=02?29:$$#DMM#=03?54:$$#DMM#=04?89:$$#DMM#=05?121: $$#DMM#=06?152:$$#DMM#=07?182:$$#DMM#=08?211:$$#DMM#=09?236:$$#DMM#=10?267: $$#DMM#=11?295:$$#DMM#=12?327:$
The short version is of course 1000x better!
Thank you very much again!!!
Here is my finished clock:
2 Likes
That’s a neat idea, and the Silver and Blue go well together, but it’s a little hard to see the Days and very hard to see the Months
Yes, unfortunately. I have to come up with something else.
1 Like
Maybe just make the sub dials larger