Module:Upcoming Birthdays: Difference between revisions
From NOISZ Wiki
RiceEmpress (talk | contribs) mNo edit summary |
RiceEmpress (talk | contribs) mNo edit summary |
||
Line 6: | Line 6: | ||
function p.main() | function p.main() | ||
local dateNow = lang:formatDate("F") | local dateNow = lang:formatDate("F d, Y H:i T") | ||
return dateNow | return dateNow | ||
end | end | ||
return p | return p |
Revision as of 10:21, 29 September 2025
Documentation for this module may be created at Module:Upcoming Birthdays/doc
local capiunto = require 'capiunto' local lang = mw.language.getContentLanguage() local p = {} function p.main() local dateNow = lang:formatDate("F d, Y H:i T") return dateNow end return p