<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=DateTime_objToInvariant</id>
	<title>DateTime objToInvariant - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=DateTime_objToInvariant"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=DateTime_objToInvariant&amp;action=history"/>
	<updated>2026-04-19T20:52:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=DateTime_objToInvariant&amp;diff=237815&amp;oldid=prev</id>
		<title>Nguyenduyan: Created page with &quot;Category:General_Functions {{HelpFiles}}  === DateTime_objToInvariant ===  Convert datetime object to string.  === Syntax ===  DateTime_objToInvariant(DateTime date)  ===...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=DateTime_objToInvariant&amp;diff=237815&amp;oldid=prev"/>
		<updated>2017-11-29T07:04:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/Category:General_Functions&quot; title=&quot;Category:General Functions&quot;&gt;Category:General_Functions&lt;/a&gt; {{HelpFiles}}  === DateTime_objToInvariant ===  Convert datetime object to string.  === Syntax ===  DateTime_objToInvariant(DateTime date)  ===...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:General_Functions]]&lt;br /&gt;
{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
=== DateTime_objToInvariant ===&lt;br /&gt;
&lt;br /&gt;
Convert datetime object to string.&lt;br /&gt;
&lt;br /&gt;
=== Syntax ===&lt;br /&gt;
&lt;br /&gt;
DateTime_objToInvariant(DateTime date)&lt;br /&gt;
&lt;br /&gt;
=== Arguments ===&lt;br /&gt;
&lt;br /&gt;
date: Is DateTime object, which is datetime to be convert&lt;br /&gt;
&lt;br /&gt;
=== Return type ===&lt;br /&gt;
&lt;br /&gt;
string datetime format is yyyy-MM-dd hh:mm:ss&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
DateTime dt = new DateTime(&amp;quot;2009/4/5&amp;quot;);&lt;br /&gt;
string a = DateTime_objToInvariant(dt);&lt;br /&gt;
print(a);//2009-04-05 00:00:00&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/source&amp;gt; __NOTOC__&lt;/div&gt;</summary>
		<author><name>Nguyenduyan</name></author>
	</entry>
</feed>