Documentation for this module may be created at Module:CurrentDate/doc
local p = {} function p.getDate(frame) return "Feb 6, 2020" end return p