Module:CurrentDate

From PKC
Revision as of 10:54, 9 February 2022 by Benkoo (talk | contribs) (Created page with "local p = {} function p.getDate(frame) return "Feb 6, 2020" end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local p = {}


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

return p