So perhaps I am being a bit dense, but I want to have a digital time on my analog watch face. I also want it to display based on what the user specifies 12 or 24 hour and stay centered on watch face. Right now I have this because I want the leading zero for the hours to be there so the display doesn’t shift when it goes from 9 to 10:
$#Db#<10?0(#Db#):#Db#$:#DmZ#:#DsZ# #Da#
I originally wanted to add another conditional to leave off the #Da# for 24 hour mode but I found out it won’t let me. The digital face is already centered so if I just plain remove #Da# the time center’s itself without the DA there but if I manually add the #Da# it centers it for that clock. My issue is I can’t find a way to conditionally add or remove the #Da# since I need the leading 0 conditional in the beginning.
I originally thought about putting the whole clock face in a conditional like this:
It includes the options for 12/24 hour or 12 hour and/or 24 hour by itself. You can also do it with 3 elements. One for zero hours 0#Db#: one for regular hours #Db#: and one for minutes :#DmZ#, just overlap the colons for the hours and minutes.
Hope this helps you out.
I take it you need a pro subsciption for this. It would be nice if there was a video or tutorial of the creator pro options before I sign up as I really want to see how much extra there is to offer such as more stickers, better analogue arms, changing colours separately on the dim screen from active.
I am on basic just now as you have to enter credit card details for even the trial and I don’t know when I will be busy or not over any period to proparly test things in 3 days.
Currently I am right justifying a monospaced font to keep the colons centered which works but looks a tad off for single figure hours.
I’m a free user and you can do a lot that way. The only things you can’t do is make any face that has to be touched by the user to change something. Chronographs, color changes or any other touch operated coding you have to upgrade to be able to use it.
@rob.fisk
I am an Amateur (Ham) Radio operator and a former Emergency Managment Agency (local version of FEMA) member, and I can use 12-24-hour times without any problems. As a matter of fact, my test watch and the old cellphone it is connected to both are set for 24-hour.
The BBC uses (teaches) separating hours and minutes using a colon independent of 24hr or 12hr times eg. O6:45 or 6:45 this is the generally accepted format except apparently in Penzance
Yes, you always separate hours from minutes but for formatting consistency does 06:45pm just seem wrong? it’s 06, that’s am. 4 hours in a day, 2 hour clock on device and take 12 aay for afternoon conversation.