Module:Sandbox/Matroc/OSdate

Revision as of 07:07, 26 June 2013 by imported>Matroc
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/Matroc/OSdate/doc

local p = {}
 
function p.date( frame )
    date = os.date()
    return date
end

return p