Module:Sandbox/Cyborg Coder/Dates: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 49:
local out = date .. " = " .. d .. " " .. m .. " " .. y .. " " .. mnth
out = out .. " = " .. v
out = out .. " -> ".. d .. " " .. mnth .. " " .. y
return out .. "<br>"
end