Content deleted Content added
No edit summary |
No edit summary |
||
Line 82:
]]
if not date or date == "" then
Line 118:
if not year or year == "" or not month or month == "" or not day or day == "" and format[df] then
return nil
local date = table.concat ({year, month, day}) -- assemble iso format date
|