Difference between revisions of "Module:CurrentDate"

From PKC
Jump to navigation Jump to search
(Created page with "local p = {} function p.getDate(frame) return "Feb 6, 2020" end return p")
 
Line 3: Line 3:


function p.getDate(frame)
function p.getDate(frame)
return "Feb 6, 2020"
return "Feb 6, 2022"
end
end


return p
return p

Revision as of 10:56, 9 February 2022

Documentation for this module may be created at Module:CurrentDate/doc

local p = {}


function p.getDate(frame)
	return "Feb 6, 2022"
end

return p