It is currently April 20th, 2024, 4:47 am

24 Hour Clock

Clocks and timer skins
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

24 Hour Clock

Post by CyberTheWorm »

24HourClock.PNG
OK here is my latest version of a 24 hour clock.
24 Hour Clock_1.1.0.rmskin
You do not have the required permissions to view the files attached to this post.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
sephirotess
Posts: 332
Joined: December 8th, 2016, 6:45 am

Re: 24 Hour Clock

Post by sephirotess »

Very original :D.
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: 24 Hour Clock

Post by CyberTheWorm »

OK, I'm officially hooked :welcome:

I updated the skin to allow you to have the option of adding the date to the bottom.
ClockWithDate.PNG
24HourClockWithDate_1.1.1.rmskin
You do not have the required permissions to view the files attached to this post.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5398
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: 24 Hour Clock

Post by eclectic-tech »

Very nice clock! ...

Not to feed your addiction :sly: , but you could add "FormatLocale=..." to your date measure to let users easily display the date info in their locale language. 8-)

Code: Select all

[MeasureDate]
Measure=Time
Format=%A, %b %#d, %Y
FormatLocale=de
Manual Reference: https://docs.rainmeter.net/manual-beta/measures/time/#FormatLocale
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: 24 Hour Clock

Post by CyberTheWorm »

Damn, you had to post that 8-)

Did not even think about doing that, thanks for the tip but would this be better?

Code: Select all

FormatLocale=Local
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
fonpaolo
Moderator
Posts: 1387
Joined: April 11th, 2013, 8:08 pm
Location: Italy

Re: 24 Hour Clock

Post by fonpaolo »

CyberTheWorm wrote:...
but would this be better?

Code: Select all

FormatLocale=Local
Yes, since it will use whatever language is used by OS.
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: 24 Hour Clock

Post by CyberTheWorm »

OK I have updated it again, thanks guys :thumbup:

date automatically selected for local language
24 Hour Clock_1.1.2.rmskin
You do not have the required permissions to view the files attached to this post.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5398
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: 24 Hour Clock

Post by eclectic-tech »

Yes, '=Locale' is better. :)

Addiction increasing! :D
User avatar
Brian
Developer
Posts: 2679
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: 24 Hour Clock

Post by Brian »

Just a quick nit...

FormatLocale=Local
https://docs.rainmeter.net/manual-beta/measures/time/#FormatLocale

:D

It's easy to get confused about when the word 'locale' is used vs 'local'.

-Brian