Content deleted Content added
No edit summary |
No edit summary |
||
Line 167:
end
-- read dates from
elseif isAvail == "localfile" then
local numRecords = tableLength(jsonlocal.items) -- Get first and last date of holiday
Line 217:
if endoutoffset then
year, month, day = endoutoffset:match ('(%d%d%d%d)-(%d%d)-(%d%d)')
local leader = ((format == "infobox") and "<br>") or " "
endoutoffset = leader .. "(" .. makeDate(year, month, day, df, "infobox") .. " outside of Israel)"
end
if not endoutoffset then
|