It is currently May 16th, 2024, 1:45 pm

Is it possible to change this to a 12 hour clock?

Get help with creating, editing & fixing problems with skins
Wish
Posts: 2
Joined: September 2nd, 2010, 9:43 pm

Is it possible to change this to a 12 hour clock?

Post by Wish »

I'm using Th3Laugh1ngMan's Persona 4 HUD skin, with my only problem being the fact that it uses a 24 hour clock. Is it possible to change this?

Thanks. :D
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Is it possible to change this to a 12 hour clock?

Post by smurfier »

Open main.ini in your favorite text editor and exchange:

Code: Select all

[TIME]
Measure=Time
Format=%#H:%M
for:

Code: Select all

[TIME]
Measure=Time
Format=%#I:%M
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
Wish
Posts: 2
Joined: September 2nd, 2010, 9:43 pm

Re: Is it possible to change this to a 12 hour clock?

Post by Wish »

Perfect! Thanks a lot. :D
MohamedAswar
Posts: 1
Joined: July 24th, 2020, 4:01 pm

Re: Is it possible to change this to a 12 hour clock?

Post by MohamedAswar »

works
User avatar
balala
Rainmeter Sage
Posts: 16222
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Is it possible to change this to a 12 hour clock?

Post by balala »

smurfier wrote: November 28th, 2011, 2:55 am Open main.ini in your favorite text editor and exchange:

Code: Select all

[TIME]
Measure=Time
Format=%#H:%M
for:

Code: Select all

[TIME]
Measure=Time
Format=%#I:%M
Instead of the Format=%#I:%M option, I recommend Format=%#I:%M %p, to get the AM / PM indicator as well.
Even if this is an almost ten years old topic.