Module:Upcoming Birthdays

From NOISZ Wiki
Revision as of 10:14, 29 September 2025 by RiceEmpress (talk | contribs)

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

local capiunto = require 'capiunto'

local p = {}

function p.main()
   local dateNow = mw.language:formatDate("F d Y H:i T", os.time)
   return dateNow
end
return p