Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: kurapica.igas
Forum: Lua/XML Help 07-11-21, 08:38 PM
Replies: 2
Views: 3,133
Posted By kurapica.igas
local time = os.time or _G.time -- Use time API...

local time = os.time or _G.time

-- Use time API to get the timestamp
local date1 = time{ year = 2012, month = 12, day = 20, hour = 0, min = 0, sec = 0 }
local date2 = time{ year = 2012, month = 12,...
Showing results 1 to 1 of 1