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

nil איז נישט ''
(שרייב ארויס דעם אידישן דאטום ווען אנגעגעבן)
(nil איז נישט '')
שורה 52: שורה 52:
local pointInTime = args['נקודת זמן']
local pointInTime = args['נקודת זמן']
local startDate = args['תאריך התחלה']
local startDate = args['תאריך התחלה']
local HStartDate = ''
local HStartDate
if startDate ~= nil and isHDate(startDate) then
if startDate ~= nil and isHDate(startDate) then
HStartDate = startDate
HStartDate = startDate
שורה 61: שורה 61:
end
end
local endDate = args['תאריך סיום']
local endDate = args['תאריך סיום']
local HEndDate = ''
local HEndDate
if endDate ~= nil and isHDate(endDate) then
if endDate ~= nil and isHDate(endDate) then
HEndDate = endDate
HEndDate = endDate