Module:Calendar date: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 154:
local matchdate = "^" .. date
local startdate,enddate = ""
 
if json.days > 1 then return json.days end
 
for i = 1, numRecords do
Line 163 ⟶ 161:
hits = 1
end
if hits >= tonumber(json.days) then
enddate = json.items[i].date
break