Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: lol_i_need_ur_help
Forum: Lua/XML Help 11-17-21, 04:24 AM
Replies: 2
Views: 3,118
Posted By lol_i_need_ur_help
Well i found solution...

If someone looking for something like that...

local function b()
local c = {year = 2022, month = 01, day = 01, hour = 00, min = 00, sec = 00}
local d = time(c)
return d
end
-- Compare...
Forum: Lua/XML Help 07-11-21, 03:24 PM
Replies: 2
Views: 3,118
Posted By lol_i_need_ur_help
Compare date

Hi i need to compare dates something like that:


local currentdate = date()

*01/09/21* *01/07/21*
if currentdate => *timespan or whatever* then

print('you should check site for...
Showing results 1 to 2 of 2