Content deleted Content added
split code for when month is present |
in case args.month is not a month |
||
Line 59:
local month = args.month
if month then
local
if not
end
month = monthname[
return ">" .. year .. "< >" ..
else
return ">" .. year .. "<"
|