Documentation for this module may be created at Module:Sandbox/SD0001/ISO date/doc

--{{db-g7}}
local p = {}
local Date = require('Module:Date')._Date
function p.main(frame)
	return Date(frame.args[1]):text('ymd')
end

return p