Module:Param Parse: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 181:
end
function parse.release_smw(date)
returnlocal time = unix_time(date)
if time == nil then
return nil
end
local formatted_date = os.date('%Y-%m-%d') -- 2024-01-01
return formatted_date
end
parse.release = {