Module:Calendar date/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 82:
]]
local function verifyDate(date)
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
end
 
local date = table.concat ({year, month, day}) -- assemble iso format date