Content deleted Content added
Holly Cheng (talk | contribs) No edit summary |
Holly Cheng (talk | contribs) No edit summary |
||
Line 25:
-- find the first [dayofweek] of this month
local dayofweek = tonumber(args.dayofweek)
while
date = date + ONE_DAY
dateparts = os.date("*t", date)
end
-- add the correct number of weeks
end
|