<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=Sir2000_datetime_processing_considerations</id>
	<title>Sir2000 datetime processing considerations - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=Sir2000_datetime_processing_considerations"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Sir2000_datetime_processing_considerations&amp;action=history"/>
	<updated>2026-05-10T18:22:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Sir2000_datetime_processing_considerations&amp;diff=105102&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Sir2000_datetime_processing_considerations&amp;diff=105102&amp;oldid=prev"/>
		<updated>2018-02-08T22:00:52Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:00, 8 February 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Sir2000_datetime_processing_considerations&amp;diff=105101&amp;oldid=prev</id>
		<title>JAL: /* Valid datetimes */ add pointer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Sir2000_datetime_processing_considerations&amp;diff=105101&amp;oldid=prev"/>
		<updated>2018-02-08T21:42:54Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Valid datetimes: &lt;/span&gt; add pointer&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Introduction==&lt;br /&gt;
This page presents date processing issues, including usage of the Sir2000 User&lt;br /&gt;
Language Tools past the year 1999, an explanation of its processing of dates, and any&lt;br /&gt;
rules and restrictions you must follow to achieve correct results using date values with the Sir2000 User Language Tools.&lt;br /&gt;
&lt;br /&gt;
===Sir2000 User Language Tools dates===&lt;br /&gt;
The Sir2000 User Language Tools uses dates in the following ways:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;To examine the CPU clock (as returned by the STCK hardware instruction) to&lt;br /&gt;
determine the current date, in case the Sir2000 User Language Tools is under a&lt;br /&gt;
rental or trial agreement. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;As arguments to various $functions, and as returned values from them. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;To set a date for testing with the &amp;lt;var&amp;gt;APPDATE&amp;lt;/var&amp;gt; command. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;See [[SirLib]] and [[SirPro]] for date processing considerations for those products as part of the Sir2000 User Language Tools. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Two views of datetime $functions===&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
This page refers to datetime $functions in two product groups: &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The [[SOUL $functions#datetime|$Sir_Date&amp;lt;i&amp;gt;xxx&amp;lt;/i&amp;gt; $functions]]&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
These date $functions are available to users of multiple Model&amp;amp;nbsp;204 add-on products, as well as to Sir2000 User Language Tools users. &amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The [[Sir2000 User Language Tools $functions]]&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
These $functions are available only to users of the Sir2000 User Language Tools. &amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
In &amp;lt;i&amp;gt;operational&amp;lt;/i&amp;gt; terms, there are two classes of datetime $functions: &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;$functions using a numeric value to represent a datetime, where 0 represents&lt;br /&gt;
&amp;lt;code&amp;gt;12:00 AM, 1 January 1900&amp;lt;/code&amp;gt;; for example, &amp;lt;var&amp;gt;[[$Sir_Date2NM]]&amp;lt;/var&amp;gt; and &amp;lt;var&amp;gt;[[$Sir_NM2Date]]&amp;lt;/var&amp;gt; (number of milliseconds since the start of 1900).&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
These $functions, and &amp;lt;var&amp;gt;[[$Sir_Date]]&amp;lt;/var&amp;gt;, have the following error return values: &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;-9.E12 for numeric result $functions &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;null string for string result $functions &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
They also perform non-strict matching of date strings to date formats. For example,&lt;br /&gt;
a leading blank is allowed for the &amp;lt;var&amp;gt;HH&amp;lt;/var&amp;gt; token. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
All numeric datetime $functions, and &amp;lt;var&amp;gt;$Sir_Date&amp;lt;/var&amp;gt;, are part of the &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Sirius Functions]]&amp;lt;/var&amp;gt;. &amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Other $functions that only manipulate strings and associated datetime formats&lt;br /&gt;
(&amp;lt;var&amp;gt;$Sir_Date&amp;lt;/var&amp;gt; not included in this class); for example, &amp;lt;var&amp;gt;[[$Sir_DateChg]]&amp;lt;/var&amp;gt; (add number of days to given date).&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
These $functions have error return values of a variable number of asterisks (or, in&lt;br /&gt;
the case of &amp;lt;var&amp;gt;[[$Sir_DateDif]]&amp;lt;/var&amp;gt;, the value 99,999,999). They also perform strict matching of date strings to date formats; for example, a leading blank is not allowed for the &amp;lt;var&amp;gt;HH&amp;lt;/var&amp;gt; token. These $functions produce the same results as standard SOUL [[SOUL $functions#datex|$Date&amp;lt;i&amp;gt;xxx&amp;lt;/i&amp;gt; functions]], with additional enhancements. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
These string-format datetime $functions are available only with the Sir2000 User&lt;br /&gt;
Language Tools. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
See [[#Strict and non-strict format matching|Strict and non-strict format matching]] for a discussion of strict and non-strict format matching, including a technique for accomplishing strict date checking using the non-strict $functions. &amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
See [[Sir2000 User Language Tools $functions#Errors in datetime $functions|Errors in datetime $functions]] for information about error handling for datetime $functions. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Datetime formats==&lt;br /&gt;
The string representation of a date is determined by a &amp;lt;b&amp;gt;datetime format&amp;lt;/b&amp;gt;.&lt;br /&gt;
This value is a character string, composed of the concatenation of these:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tokens &lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
For example, &amp;lt;var&amp;gt;YYYY&amp;lt;/var&amp;gt; for a four-digit year, and &amp;lt;var&amp;gt;MI&amp;lt;/var&amp;gt; for&lt;br /&gt;
minutes.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Separator characters&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
For example, forward slash (&amp;lt;tt&amp;gt;/&amp;lt;/tt&amp;gt;) in &amp;lt;var&amp;gt;MM/DD/YY&amp;lt;/var&amp;gt; for two-digit month, day, and year separated by slashes.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
These datetime format strings are used in several Rocket Model&amp;amp;nbsp;204 add-on products in addition to &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Sir2000&amp;lt;/var&amp;gt;.&lt;br /&gt;
The additional products using datetime format strings are: &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Fast/Unload]]&amp;lt;/var&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Media:JoclrNew.pdf|Janus Open Client]]&amp;lt;/var&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Media:JosrvrNew.pdf|Janus Open Server]]&amp;lt;/var&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Media:JsdsrNew.pdf|Janus Specialty Data Store]]&amp;lt;/var&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Janus Web Server]]&amp;lt;/var&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[SirDBA]]&amp;lt;/var&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Sirius Functions]]&amp;lt;/var&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]&amp;lt;/var&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;!-- Note: all the above products imbed the SCRIPT file COMDATE except Janus Web --&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
The rules for these datetime format strings are consistent throughout all these products, though certain uses of these strings might impose extra restrictions.&lt;br /&gt;
For example, a leading blank is allowed for the &amp;lt;var&amp;gt;HH&amp;lt;/var&amp;gt;, &amp;lt;var&amp;gt;DD&amp;lt;/var&amp;gt;, and &amp;lt;var&amp;gt;MM&amp;lt;/var&amp;gt; parts of a date argument using a non-strict date $function (such as&lt;br /&gt;
&amp;lt;var&amp;gt;[[$Sir_Date2NS]]&amp;lt;/var&amp;gt;), but such a blank is not allowed for the strict date $functions ([[Sir2000 User Language Tools $functions]]). &amp;lt;/p&amp;gt;&lt;br /&gt;
{{Template:Datetime rules, tokens, and separators}}&lt;br /&gt;
&lt;br /&gt;
==Valid datetimes==&lt;br /&gt;
For a datetime string to be valid it must meet the following criteria:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Its length must be less than 128 characters. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;It must be compatible with its corresponding format string. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;It must represent a valid date and/or time. &lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
For example, at most &amp;lt;code&amp;gt;23:59:59.999&amp;lt;/code&amp;gt; for a time, &amp;lt;code&amp;gt;01-12&amp;lt;/code&amp;gt; for a month, &amp;lt;code&amp;gt;01-31&amp;lt;/code&amp;gt; or less (depending on the month) for a day. February 29 is only valid&lt;br /&gt;
in leap years (only centuries divisible by 4 are leap years: 2000 is but neither 1800, 1900, nor 2100 are). &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; Weekdays are not checked for consistency against the date. For example, both &amp;lt;code&amp;gt;Saturday, 02/15/97&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;Friday, 02/15/97&amp;lt;/code&amp;gt; are valid. &amp;lt;/p&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;It must be within the date range allowed for the corresponding format.&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
A datetime string used with a &amp;lt;var&amp;gt;CYY&amp;lt;/var&amp;gt; or &amp;lt;var&amp;gt;ZYY&amp;lt;/var&amp;gt; format can only represent dates from 1900 to 2899, inclusive.&lt;br /&gt;
A datetime string used with a &amp;lt;var&amp;gt;YY&amp;lt;/var&amp;gt; format can only represent&lt;br /&gt;
dates in a range of 100 or less years, as determined by &amp;lt;var&amp;gt;CENTSPAN&amp;lt;/var&amp;gt; and&lt;br /&gt;
&amp;lt;var&amp;gt;SPANSIZE&amp;lt;/var&amp;gt; (described below).&lt;br /&gt;
The valid range of dates for all other formats is from &amp;lt;code&amp;gt;1 January 1753&amp;lt;/code&amp;gt;&lt;br /&gt;
thru &amp;lt;code&amp;gt;31 December 9999&amp;lt;/code&amp;gt;. &amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Processing dates with two-digit year values==&lt;br /&gt;
{{Template:Processing dates with two-digit year values}}&lt;br /&gt;
 &lt;br /&gt;
==Strict and non-strict format matching==&lt;br /&gt;
As mentioned in [[#Datetime formats|Datetime formats]], for some of the $functions,&lt;br /&gt;
the input format rule for a token is the same as the output format rule.&lt;br /&gt;
This is the definition of &amp;quot;strict date format matching.&amp;quot;&lt;br /&gt;
However, non-strict $functions sometimes allow a string to match a token on input that would not be produced by that token on output.&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
The types of strict matching are as follows: &amp;lt;/p&amp;gt;&lt;br /&gt;
{{Template:Datetime format matching}}&lt;br /&gt;
&lt;br /&gt;
The strict functions are available only with the &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Sir2000 User Language Tools&amp;lt;/var&amp;gt;. If you want to use non-strict date $functions to check a datetime string using strict rules, you can use the following technique:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;If &amp;lt;i&amp;gt;date&amp;lt;/i&amp;gt; Eq &amp;amp;apos;&amp;#039; Or &amp;lt;i&amp;gt;date&amp;lt;/i&amp;gt; NE $Sir_NM2Date(-&lt;br /&gt;
   $Sir_Date2NM(&amp;lt;i&amp;gt;date&amp;lt;/i&amp;gt;, &amp;lt;i&amp;gt;fmt&amp;lt;/i&amp;gt;), &amp;lt;i&amp;gt;fmt&amp;lt;/i&amp;gt;) Then&lt;br /&gt;
   &amp;lt;i&amp;gt;error handling&amp;lt;/i&amp;gt;&lt;br /&gt;
End If&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Datetime and format examples==&lt;br /&gt;
There is an extensive set of format tokens, as shown in [[#Datetime format tokens|Datetime format tokens]]. These tokens and the various separator characters&lt;br /&gt;
can be combined in almost limitless possibility, giving rise to an extremely large set of datetime formats.&lt;br /&gt;
This section provides examples of some common datetime formats, and it&lt;br /&gt;
also tries to explain the use of some of the format tokens that might not be obvious.&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
This section also has examples for&lt;br /&gt;
formats used with &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Sir2000 Use Language Tools&amp;lt;/var&amp;gt; that differ from their usage with other &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; products.&lt;br /&gt;
These are noted in the examples. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Each example format is explained and is also presented with some matching&lt;br /&gt;
datetimes, demonstrating only a few of the very many ways these tokens can be combined. It is assumed that these examples are invoked sometime between the&lt;br /&gt;
years 1998-2040, as the basis for relative &amp;lt;var&amp;gt;CENTSPAN&amp;lt;/var&amp;gt; calculations.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
{{Template:Datetime and format examples}}&lt;br /&gt;
&lt;br /&gt;
==CENTSPAN argument of $Sir_Datexxx functions==&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Many of the $Sir_Date&amp;lt;i&amp;gt;xxx&amp;lt;/i&amp;gt; functions accept an optional argument&lt;br /&gt;
containing a &amp;lt;var&amp;gt;CENTSPAN&amp;lt;/var&amp;gt; value to be used for the call.&lt;br /&gt;
The default value of any &amp;lt;var&amp;gt;CENTSPAN&amp;lt;/var&amp;gt; argument is &amp;lt;code&amp;gt;-50&amp;lt;/code&amp;gt;, excepting the [[$Web_Date2D, $Web_Date2N, $Web_Date2ND, $Web_Date2NM, $Web_Date2NS|$Web_Date2&amp;lt;i&amp;gt;xx&amp;lt;/i&amp;gt;]] functions without a format argument, in&lt;br /&gt;
which case the &amp;lt;var&amp;gt;CENTSPAN&amp;lt;/var&amp;gt; argument is ignored and a &amp;lt;var&amp;gt;CENTSPAN&amp;lt;/var&amp;gt; of &amp;lt;code&amp;gt;1990&amp;lt;/code&amp;gt; is used. &lt;br /&gt;
The default value should be adequate in most cases. If you carefully determine it should be different in some application, code the value on the relevant $function invocations.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
For a different approach, see the description of the &amp;lt;var&amp;gt;[[CENTSPLT parameter|CENTSPLT]]&amp;lt;/var&amp;gt; and &amp;lt;var&amp;gt;[[DEFCENT parameter|DEFCENT]]&amp;lt;/var&amp;gt; parameters and $function arguments.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Benefits of Sir2000 datetime processing==&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Following is a list of benefits offered by &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Sir2000&amp;lt;/var&amp;gt;&lt;br /&gt;
and $Sir_Date&amp;lt;i&amp;gt;xxx&amp;lt;/i&amp;gt; datetime processing. To provide concrete comparisons, there&lt;br /&gt;
are some references to the standard &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;SOUL&amp;lt;/var&amp;gt; date $functions. &amp;lt;/p&amp;gt;&lt;br /&gt;
{{Template:Benefits of $Sir Datexxx datetime processing}}&lt;br /&gt;
 &lt;br /&gt;
==See also==&lt;br /&gt;
{{Template:Sir2000 topic list}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Sir2000 User Language Tools]]&lt;/div&gt;</summary>
		<author><name>JAL</name></author>
	</entry>
</feed>