Die Suche ergab 2 Treffer

von Michael K
28.11.2004 16:42
Forum: Allgemein
Thema: DayOfWeek() Problem
Antworten: 4
Zugriffe: 1312

Jaja

Ihr habt ja so recht, manchmal sieht man einfach den Wald
vot lauter Bäumen nicht mehr
Alles logisch
Trotzdem Danke

Michael
von Michael K
28.11.2004 16:04
Forum: Allgemein
Thema: DayOfWeek() Problem
Antworten: 4
Zugriffe: 1312

DayOfWeek() Problem

Hallo

penConsole()
Day = DayOfWeek(Datum)
Print(Str(Ergebnis))
If Day = 0
tag$ = "Sonntag"
ElseIf Day = 1
tag$ = "Montag"
ElseIf Day = 2
tag$ = "Dienstag"
ElseIf Day = 3
tag$ = "Mittwoch"
ElseIf Day = 4
tag$ = "Donnerstag"
ElseIf Day = 5
tag$ = "Freitag"
ElseIf Day = 6 ...