82.367
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 39: | Zeile 39: | ||
local sds = checkYear(dates[0], year) | local sds = checkYear(dates[0], year) | ||
local sd=human_to_form_date(dates[0]) | local sd=human_to_form_date(dates[0]) | ||
local data = { | local data = { | ||
| Zeile 52: | Zeile 51: | ||
local ed=nil | local ed=nil | ||
if len(dates) | if len(dates) >= 2 then | ||
-- War eine Zeitspanne angegeben gibt es ein Endatum | -- War eine Zeitspanne angegeben gibt es ein Endatum | ||
ed=human_to_form_date(dates[1]) | ed=human_to_form_date(dates[1]) | ||