It is currently May 2nd, 2024, 12:46 am

Displaying 06 12 Tuesday. Need to change to 12 06 Tuesday

Get help with creating, editing & fixing problems with skins
Presavage
Posts: 3
Joined: June 12th, 2012, 6:41 am

Displaying 06 12 Tuesday. Need to change to 12 06 Tuesday

Post by Presavage »

Hey guys, I'm new to rainmeter and am currently using a skin which displays the date, time and weather. I need some help changing the date settings to dd/mm instead of mm/dd, could you guys help? I couldn't find anyway i can change it. If it's an easy fix could one of you look at this pastebin and possibly tell me what to edit? Thanks!

http://pastebin.com/2N0VyiyF
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Displaying 06 12 Tuesday. Need to change to 12 06 Tuesda

Post by Seahorse »

Code: Select all

[Time2]
Meter=STRING
MeasureName=MeasureWeek
MeasureName2=MeasureDate
MeasureName3=MeasureDateb
MeterStyle=FontStyle
X=76
Y=1
W=150
H=17
solidcolor=#rowcolor#
fontsize=8
StringAlign=center
Text="%3.  %2  %1"
Edit the last line to read Text="%3. %1 %2 " by the look of it... ;-)
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

Presavage
Posts: 3
Joined: June 12th, 2012, 6:41 am

Re: Displaying 06 12 Tuesday. Need to change to 12 06 Tuesda

Post by Presavage »

Seahorse wrote:

Code: Select all

[Time2]
Meter=STRING
MeasureName=MeasureWeek
MeasureName2=MeasureDate
MeasureName3=MeasureDateb
MeterStyle=FontStyle
X=76
Y=1
W=150
H=17
solidcolor=#rowcolor#
fontsize=8
StringAlign=center
Text="%3.  %2  %1"
Edit the last line to read Text="%3. %1 %2 " by the look of it... ;-)
Thank you sir :)