I have another creation, this time I plagiarized a little.
Again, I will ask for criticism, comments and opinions and maybe advice on how to make the date shift smooth and not jumpy. Thanks for the feedback.
I’ve been thinking about it…
My solution would be to rotate the date Bezel with #DWFHS#.
So the formula for this would be: (#DWFHS#/360*11.61+#Dd#*11.61-11.61)
That would be for month with 31 days, as per Bezel below.
But what to do with month which have only 30 days, then that smooth rotation would not work. You’ll need another Bezel with only 30 days and the replace the 11.61 by 12 in the formula.
And then of course February. That will need 2 Bezels, one with 28 days, and one with 29 days. (Formulas easy to derive…)
So with all that, all you need now is to figure out which Bezel to display depending on the month and leapyear.
31 day Bezel (white numbers):
I think I’ll probably give up on it and leave it as it is. Who looks at the data at night to see how a wheel moves. Thanks for the reply.
Many will not attend to thier new Watchfaces at the Stroke of Midnight to see how the date changes. If it was a flipping Second that would be worth the effort. Guys have Published Inspectable on the subject.
From my point of view, after a few hours of testing, it definitely deserves better hands. Or better worked out. Unfortunately, I can’t do those perfectly yet. Moreover, in the inspectors when I let them go at maximum speed, so they are strangely offset. I don’t know why.
I would recommend to swap the numbers for hours with minutes, so they fit in reach of respective hands (hours closer to the short one).
I thought about it too, but it’s a remake of a classic mechanical watch. I had the option to download the dial from their website, so I just had to insert it into the creator, so it saved me a lot of work with remodeling.
LOL, I was wondering where there is a date in this watch. I happend to inspect it today, 15th of August, so I didn’t see it.
To make it moving, you could work with two text fields, one for the actual date and another one above with tomorrow’s date (remember the #DIM# tag to determine if tomorrow is today+1 or 1). Then at 23:00 (11PM) start moving the fields down within 1 hour. With a bit of work you could even make it look like it’s circling on a disk instead of a linear movement.
see demo here:
Thanks. I’ll check it out when I get to NTB.
So I looked into it and it probably won’t work in my case. i have a circle layer in png. but I will definitely use this in some other project that I have in mind.
Oh, I see.
try this:
- duplicate the layer with the date disk.
- leave the lower layer as it is
- edit the upper layer as follows:
–opacity = $#DH#=23?100:0$
–rotation = $#Dd#=#DIM#?((#Dd#*11.61)+(#Dm#/60*11.61*(32-#Dd#))):((#Dd#*11.61)+(#Dm#/60*11.61))$
the effects are:
- when it’s 23:00 (11PM), the upper disk becomes visible
- it rotates in one hour to the next date
– when it is not the last day in month, it rotates 11.61° within one hour (right part of conditional)
– when it is the last day, it rotates (32-#Dd#) times 11.61°. Here it skips the surplus dates (like the 31 for November or the 29, 30, 31 for Februar). I don’t think you can prevent that without using special disks as mentioned before.
it works great… thank you very much.
Hi all
I could not let this rest… here a working example with 4 Date Bezels and using #DIM# as opacity to select the Bezel depending on the month.
Details will follow in another thread… (inspection open)
The proposed SW works perfectly, I even tried it in unor and it went smoothly from 29 to 1.
Damn guys how do you make those perfect hands? Someone make a tutorial for this.
check here:
I love it when the “experts” solve the problems
I do not understand why to complicate this with different rings.
The ring in mechanical watches has only one date ring marked to 31 and could be called either
-simple calendar, manually corrected at the end of each shorter month, or
-annual calendar, manually corrected on march first, but automatically jumping two places on the end of 30 day months, or
-perpetual calendar, manually corrected next time in 2100, automatically adjusting even for leap years.
The challenge is on to put this into 1 formula…