local Date = require('Module:Date')._Datelocal getArgs = require('Module:Arguments').getArgs
local p =
function p.main(frame) local str = getArgs(frame)[1] return p._main(str)end
function p._main(str) if (Date(str)
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:IsDateValid".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.