Difference between revisions of "GetDateTime"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:General functions]]
 

 

  
Line 35: Line 35:
  
 
Version 4.8
 
Version 4.8
__NOTOC__
 
<!-- imported from file: 396.htm-->
 

Revision as of 08:45, 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