bin froh, dass ich es endlich geschafft habe, das datum komplett auf deutsch und in der richtigen reihenfolge angezeigt zu bekommen
Code:
[Rainmeter]
Author=Falconer
Update=1000
AppVersion=1000000
[Metadata]
Name=Date
Config=Elementary | Date
Description=day, month, and date.
Instructions=
Version=beta
Tags=basic | elementary | clean | Century Gothic | Date
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
[Variables]
@include=#SKINSPATH#\Elementary\Variables.inc
;--------Measures--------
[MeasureDay]
Measure=Time
Format=%A,
Substitute="Monday":"Montag","Tuesday":"Dienstag","Wednesday":"Mittwoch","Thursday":"Donnerstag","Friday":"Freitag","saturday":"Samstag","Sunday":"Sonntag"
[MeasureDate]
Measure=Time
Format=%#d.
[MeasureMonth]
Measure=Time
Format=%B %Y
Substitute="January":"Januar","February":"Februar","March":"März","June":"Juni","July":"Juli","December":"Dezember"
;--------Meters--------
[MeterDay]
MeasureName=MeasureDay
Meter=STRING
X=0
Y=-7
FontColor=#Color#
FontSize=25
FontFace=#Font#
StringAlign=LEFT
StringStyle=#Style#
StringEffect=#Effect#
FontEffectColor=#EffectColor#
AntiAlias=1
[MeterMonth]
MeasureName=MeasureMonth
Meter=STRING
X=50
Y=25
FontColor=#Color#
FontSize=25
FontFace=#Font#
StringAlign=LEFT
StringStyle=#Style#
StringEffect=#Effect#
FontEffectColor=#EffectColor#
AntiAlias=1
[MeterDate]
MeasureName=MeasureDate
Meter=STRING
X=0
Y=25
FontColor=#Color#
FontSize=25
FontFace=#Font#
StringAlign=LEFT
StringStyle=#Style#
StringEffect=#Effect#
FontEffectColor=#EffectColor#
AntiAlias=1