Day of the week: Difference between revisions

Content deleted Content added
→‎{{header|Lua}}: Added version without external dependencies
m →‎Without external modules: removed needless variable
Line 1,825:
Same output as above
<lang Lua>local dTab = {day = 25, month = 12}
local epochTime
for year = 2008, 2121 do
dTab.year = year