<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.vc-mp.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FSquirrel%2FFunctions%2FGetFullTime</id>
	<title>Scripting/Squirrel/Functions/GetFullTime - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.vc-mp.org/index.php?action=history&amp;feed=atom&amp;title=Scripting%2FSquirrel%2FFunctions%2FGetFullTime"/>
	<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/GetFullTime&amp;action=history"/>
	<updated>2026-05-25T12:03:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/GetFullTime&amp;diff=18282&amp;oldid=prev</id>
		<title>ProsuWANTED: Created page with &quot;{{Scripting/Deprecated}} This function will get the time and the date.  == Syntax ==  &lt;pre&gt;GetFullTime()&lt;/pre&gt;  == Arguments ==  &#039;&#039;&#039;N/A&#039;&#039;&#039;  == Return value ==  * &#039;&#039;string&#039;&#039; &#039;&#039;...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.vc-mp.org/index.php?title=Scripting/Squirrel/Functions/GetFullTime&amp;diff=18282&amp;oldid=prev"/>
		<updated>2015-08-02T09:23:29Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Scripting/Deprecated}} This function will get the time and the date.  == Syntax ==  &amp;lt;pre&amp;gt;GetFullTime()&amp;lt;/pre&amp;gt;  == Arguments ==  &amp;#039;&amp;#039;&amp;#039;N/A&amp;#039;&amp;#039;&amp;#039;  == Return value ==  * &amp;#039;&amp;#039;string&amp;#039;&amp;#039; &amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Scripting/Deprecated}}&lt;br /&gt;
This function will get the time and the date.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GetFullTime()&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;N/A&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Return value ==&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;string&amp;#039;&amp;#039; &amp;#039;&amp;#039;&amp;#039;time&amp;#039;&amp;#039;&amp;#039; - The time and the date&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source language=&amp;quot;squirrel&amp;quot;&amp;gt;&lt;br /&gt;
function onPlayerCommand( plr, cmd, text )&lt;br /&gt;
{&lt;br /&gt;
     if ( cmd == &amp;quot;date&amp;quot; )&lt;br /&gt;
     {&lt;br /&gt;
          ClientMessage( &amp;quot;The time is now: &amp;quot; + GetFullTime(), plr, 135, 210, 40 );&lt;br /&gt;
     }&lt;br /&gt;
     &lt;br /&gt;
     return 1;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
== Related Functions ==&lt;br /&gt;
&lt;br /&gt;
{{Scripting/Squirrel/Functions/Deprecated}}&lt;/div&gt;</summary>
		<author><name>ProsuWANTED</name></author>
	</entry>
</feed>