<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=ScriptCore3.DecodeDate</id>
		<title>ScriptCore3.DecodeDate - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=ScriptCore3.DecodeDate"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=ScriptCore3.DecodeDate&amp;action=history"/>
		<updated>2026-05-05T23:17:51Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.soldat.pl/index.php?title=ScriptCore3.DecodeDate&amp;diff=1191&amp;oldid=prev</id>
		<title>Mighty: new page</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=ScriptCore3.DecodeDate&amp;diff=1191&amp;oldid=prev"/>
				<updated>2013-08-25T08:42:52Z</updated>
		
		<summary type="html">&lt;p&gt;new page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; '''procedure DecodeDate(const DateTime: [[TDateTime]]; var Year, Month, Day: Word);'''&lt;br /&gt;
  DateTime: [[TDateTime]] that is supposed to be decoded&lt;br /&gt;
  Year: Year based on ''DateTime''&lt;br /&gt;
  Month: Month based on ''DateTime''&lt;br /&gt;
  Day: Day based on ''DateTime''&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This function will decode given [[TDateTime]] into ''Year'', ''Month'' and ''Day''.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;pascal&amp;quot;&amp;gt;&lt;br /&gt;
var&lt;br /&gt;
  y,m,d: Word;&lt;br /&gt;
&lt;br /&gt;
begin&lt;br /&gt;
  DecodeDate(71001,y,m,d);&lt;br /&gt;
  {&lt;br /&gt;
  y = 2094&lt;br /&gt;
  m = 5&lt;br /&gt;
  d = 22&lt;br /&gt;
  }&lt;br /&gt;
  WriteLn(inttostr(y));&lt;br /&gt;
  WriteLn(inttostr(m));&lt;br /&gt;
  WriteLn(inttostr(d));&lt;br /&gt;
end.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Functions]]&lt;/div&gt;</summary>
		<author><name>Mighty</name></author>	</entry>

	</feed>