Documentation for this module may be created at Module:Sandbox/Swpb/sandbox/doc

local p = {}

function p.main(frame)
--	no = table.maxn(frame.args)
	st1 = frame.args[1]
	date1 = frame.args[2]
--	x, y = next(frame.args)
	
	return st1 .. date1
end

return p