Module:Upcoming Birthdays: Difference between revisions

From NOISZ Wiki
mNo edit summary
mNo edit summary
Line 3: Line 3:
local p = {}
local p = {}


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

Revision as of 10:10, 29 September 2025

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

local capiunto = require 'capiunto'

local p = {}

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