אונטערשייד צווישן ווערסיעס פון "יחידה:טווח זמנים"

ק
הגהה
ק (הגהה)
ק (הגהה)
שורה 192: שורה 192:
res = mw.ustring.format(dateFormat, HStartDate or startDate, HEndDate or endDate)
res = mw.ustring.format(dateFormat, HStartDate or startDate, HEndDate or endDate)
if showTimeDiff == 'כן' and duration==nil then
if showTimeDiff == 'כן' and duration==nil then
local success, automaicDuration = pcall(Date.parseDateRange, res, diffFormat, true)
local success, automaicDuration = pcall(Date.parseDateRange, startDate .. '-' .. endDate, diffFormat, true)
if success then duration = automaicDuration end
if success then duration = automaicDuration end
end
end