Difference between revisions of "Os"

From Vendetta Lua
Jump to: navigation, search
(New page: === date === '''Definition:''' <br><br> '''Description:'''<br> print formatted date [http://www.lua.org/manual/5.1/manual.html#5.8] <br><br> '''Arguments:''' <br><br> '''Returns:''' <br><b...)
 
Line 4: Line 4:
 
'''Description:'''<br>
 
'''Description:'''<br>
 
print formatted date [http://www.lua.org/manual/5.1/manual.html#5.8]
 
print formatted date [http://www.lua.org/manual/5.1/manual.html#5.8]
 +
<br><br>
 +
'''Arguments:'''
 +
<br><br>
 +
'''Returns:'''
 +
<br><br>
 +
'''Example:'''
 +
<br><br>
 +
 +
 +
 +
=== difftime ===
 +
'''Definition:'''
 +
<br><br>
 +
'''Description:'''<br>
 +
time difference betweeen the two arguments [http://www.lua.org/manual/5.1/manual.html#5.8]
 +
<br><br>
 +
'''Arguments:'''
 +
<br><br>
 +
'''Returns:'''
 +
<br><br>
 +
'''Example:'''
 +
<br><br>
 +
 +
 +
=== time ===
 +
'''Definition:'''
 +
<br><br>
 +
'''Description:'''<br>
 +
print Unix time [http://www.lua.org/manual/5.1/manual.html#5.8]
 
<br><br>
 
<br><br>
 
'''Arguments:'''
 
'''Arguments:'''

Revision as of 04:50, 3 November 2007

date

Definition:

Description:
print formatted date [1]

Arguments:

Returns:

Example:


difftime

Definition:

Description:
time difference betweeen the two arguments [2]

Arguments:

Returns:

Example:


time

Definition:

Description:
print Unix time [3]

Arguments:

Returns:

Example: