It is currently April 25th, 2024, 10:12 am

How to change the clock in mond to a 12 hour

Get help with creating, editing & fixing problems with skins
jake3man
Posts: 1
Joined: March 2nd, 2023, 9:14 pm

How to change the clock in mond to a 12 hour

Post by jake3man »

idk what to change to get this to work

Code: Select all

[MeasureTime]
Measure=Time
Format="%#Format#:%M"

[MeasureAmPm]
Measure=Time
Format="%p"

[MeasureDay]
Measure=Time
Format=%A
Substitute=#Date#

[MeasureDate]
Measure=Time
Format=%d  %B,  %Y.
Substitute=#Date#
Last edited by balala on March 2nd, 2023, 9:28 pm, edited 1 time in total.
Reason: Please use <code> tags whenever are posting codes. It's the </> button.
User avatar
balala
Rainmeter Sage
Posts: 16168
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: How to change the clock in mond to a 12 hour

Post by balala »

jake3man wrote: March 2nd, 2023, 9:16 pm idk what to change to get this to work
Open the Mond\Settings\Settings.ini skin. Click "12 h Clock" on the right side of the skin.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5406
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: How to change the clock in mond to a 12 hour

Post by eclectic-tech »

Balala beat me but here is a picture for you...
Right-click any Mond skin and select 'Mond', 'Settings', 'Settings.ini'. This will open the configuration skin, just click on '12 h Clock' and then 'Close Settings'.
mondtime.png
Alternately you can change Format="%#Format#:%M" to Format="%I:%M %p"

Of course, now you broke the settings skin and will have to manually edit the time from now on.... :twisted:

EDIT: Did you notice this: Mondtholomew - a rewrite of Mond that works
You do not have the required permissions to view the files attached to this post.
User avatar
balala
Rainmeter Sage
Posts: 16168
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: How to change the clock in mond to a 12 hour

Post by balala »

eclectic-tech wrote: March 2nd, 2023, 9:35 pm Alternately you can change Format="%#Format#:%M" to Format="%I:%M %p"
If anyone wants a manual update, instead of updating the code of the skin, I'd better alter the Format variable from Format=H to Format=#I or Format=I into the @Resources\Variables.inc file. Hope you know why...