Tools

Server functions that are in some way related to the misc aspects.

local newTime = Wosa.Tools.ConvertSQLDateToLuaFormat(
    date --[[ int ]]
)

--[[

Parameters:
-> date: The unix timestamp format.

Returnal:
-> newTime : string

Description:
Convert a unixtimestamp from SQL (most often) to a "readable" string.

--]]

Last updated

Was this helpful?