Thread Problem mit Kalender-Modul: Möchte dass die Woche mit Montag beginnt (7 answers)
Opened by Tom at 2004-06-21 22:28

Tom
 2004-07-02 15:24
#2954 #2954
User since
2003-09-20
470 Artikel
BenutzerIn
[Homepage] [default_avatar]
Quote
Hi Tom,

sorry, war 3 Tage Offline...

Du machst 2 Änderungen in der Funktion month_as_html():

1 - Überschriften einen Tag nach links
my @wochentag = qw(Montag Dienstag Mittwoch Donnerstag Freitag Samstag Sonntag);

2 - alle anderen Tage einen Tag nach links (Einstiegstag)
my $first_day = &weekday(1, $month, $year, 1); # wie gehabt
$first_day--;


Sollte tun, Gruss, Rolf


http://perlbase.xwolf.de/cgi-bin/forum.cgi?display=5.1

Tom
Computerprobleme??? -> http://www.weber-computerhilfe.de

Fordere keine Anerkennung!
Zeige was und man wird Dich kennen

View full thread Problem mit Kalender-Modul: Möchte dass die Woche mit Montag beginnt