Fehler bei Monaten mit 31 Tagen behoben
This commit is contained in:
parent
3c1f76aa01
commit
55a8fffc00
1 changed files with 4 additions and 0 deletions
4
py2EX.py
4
py2EX.py
|
|
@ -17,6 +17,10 @@ Tag = int(heute.strftime("%d")) - 1 # Tag.Monat.Jahr
|
||||||
Monat = int(heute.strftime("%m"))+6
|
Monat = int(heute.strftime("%m"))+6
|
||||||
Jahr = int(heute.strftime("%y"))+2002
|
Jahr = int(heute.strftime("%y"))+2002
|
||||||
|
|
||||||
|
if Tag ==30:
|
||||||
|
quit()
|
||||||
|
|
||||||
|
|
||||||
# 1. Ein neues Workbook erstellen
|
# 1. Ein neues Workbook erstellen
|
||||||
workbook = load_workbook(datei)
|
workbook = load_workbook(datei)
|
||||||
# 2. Das aktive Arbeitsblatt auswählen
|
# 2. Das aktive Arbeitsblatt auswählen
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue