Modul:Chronik/Work: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
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.getMonthdate(start_date)
['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.getMonthdate(end_date)
['Endtag'] = lsd.getMonthday(end_date)
})
})
end
end
82.367

Bearbeitungen