Module:Calendar date: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 160:
startdate = json.items[i].date
hits = 1
-- goto continue
end
if hits => 1 and hits +>= 1json.items[i].days then
-- ::continue::
if hits >= json.items[i].days then
enddate = json.items[i].date
break
end
hits = hits + 1
end
end