Module:On This Day: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 43: Line 43:
local d = h.toString(day)
local d = h.toString(day)
local m = h.toString(i)
local m = h.toString(i)
local date = d.."-"..m
local date = m.."-"..d
local event = eventsByDate[date]
local event = eventsByDate[date]
table.insert(rows, {
table.insert(rows, {