Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetDateTime: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:General functions]]
[[Category:General_Functions]]





Latest revision as of 06:48, 6 January 2012



getDateTime

Return current UTC date time array

Syntax

getDateTime()

Arguments

None

Return type

array

Examples

{

array a = getDateTime();

print(a);

}

// Expected result: {2008,7,23,7,45,11,873,30}

// Expected result (5.6): {2008,7,23,7,45,11,873,30,0}

Availability

Version 4.8