t=function(date_str)
local code ,time = World:getTimeFromDateString(date_str)
return time/(60*60*24)
end
print(t('2024-08-16')-t('2024-08-3'))
t=function(date_str)
local code ,time = World:getTimeFromDateString(date_str)
return time/(60*60*24)
end
print(t('2024-08-16')-t('2024-08-3'))