Modul:Zeit: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 230: Zeile 230:
if bis_tag == nil then  
if bis_tag == nil then  
bis_tag = funcParams['bis_tag']  
bis_tag = funcParams['bis_tag']  
if bis_monat == 02 then  
if bis_monat == '02' then  
bis_tag = 28
bis_tag = 28
if jahr / 4 == math.floor ( jahr / 4 ) then bis_tag = 29 end
if jahr / 4 == math.floor ( jahr / 4 ) then bis_tag = 29 end
end
end
if bis_monat == 04 then bis_tag = 30 end
if bis_monat == '04' then bis_tag = 30 end
if bis_monat == 06 then bis_tag = 30 end
if bis_monat == '06' then bis_tag = 30 end
if bis_monat == 09 then bis_tag = 30 end
if bis_monat == '09' then bis_tag = 30 end
if bis_monat == 11 then bis_tag = 30 end
if bis_monat == '11' then bis_tag = 30 end
end
end
Anonymer Benutzer