82.367
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 11: | Zeile 11: | ||
['Startdatum'] = lfd.humanToFormDate(start_date), | ['Startdatum'] = lfd.humanToFormDate(start_date), | ||
['Startjahr'] = lsd.getYear(start_date), | ['Startjahr'] = lsd.getYear(start_date), | ||
['Starttag'] = lsd. | ['Starttag'] = lsd.getMonthday(start_date) | ||
} | } | ||
if end_date then | if end_date then | ||
| Zeile 17: | Zeile 17: | ||
['Enddatum'] = lfd.humanToFormDate(end_date), | ['Enddatum'] = lfd.humanToFormDate(end_date), | ||
['Endjahr'] = lsd.getYear(end_date), | ['Endjahr'] = lsd.getYear(end_date), | ||
['Endtag'] = lsd. | ['Endtag'] = lsd.getMonthday(end_date) | ||
}) | }) | ||
end | end | ||