Toggle menu
868
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.
Revision as of 01:49, 16 November 2015 by Lekhacbaongoc (talk | contribs) (Created page with "{{HelpFiles}} __NOTOC__ <br/>DateTime_toInvariant Convert datetime array to string. === Syntax === DateTime_toInvariant(date) === Arguments === date: Is array which is ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



DateTime_toInvariant

Convert datetime array to string.

Syntax

DateTime_toInvariant(date)

Arguments

date: Is array which is datetime to be convert

Return type

string datetime format is yyyy-MM-dd hh:mm:ss

Examples

 array date = getDateTime();
 string dt = DateTime_toInvariant(date);
 print(dt);
 //2015-11-16 01:25:48