GetDateTime

From Catglobe Wiki
Revision as of 08:48, 6 January 2012 by Cg pham (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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