82.367
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 74: | Zeile 74: | ||
elseif c.isEmpty(date_array[3]) then | elseif c.isEmpty(date_array[3]) then | ||
-- When datestring contains monthname and year | -- When datestring contains monthname and year | ||
return date_array[1].." "..date_array[ | return date_array[1].." "..date_array[2] | ||
else | else | ||
local day = string.gsub(date_array[1], "%.", "") | local day = string.gsub(date_array[1], "%.", "") | ||