1. How to?
     
  2. Wulf

    Wulf Community Admin

    Code:
    local function CurrentTime() return time.GetCurrentTime():ToLocalTime():ToString("h:mm tt") end
    Or
    Code:
    local timestamp  = time.GetUnixTimestamp()
    local currentDate = tostring(time.GetCurrentTime():ToString("d"))
     
  3. How does timestamp works? I would like to know if if increases by Minute or Hour cuz I tried to calc by seconds and it doesnt seens to work that way...

    Gonna use date to autodeactivate VIP privileges on my server.
     
  4. Wulf

    Wulf Community Admin

    It provides everything, just format it how you'd like. http://www.unixtimestamp.com/