<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nichework.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ADiff_days%2Fdoc</id>
	<title>Template:Diff days/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nichework.com/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ADiff_days%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.nichework.com/w/index.php?title=Template:Diff_days/doc&amp;action=history"/>
	<updated>2026-05-09T03:05:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>https://wiki.nichework.com/w/index.php?title=Template:Diff_days/doc&amp;diff=3447&amp;oldid=prev</id>
		<title>MarkAHershberger: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.nichework.com/w/index.php?title=Template:Diff_days/doc&amp;diff=3447&amp;oldid=prev"/>
		<updated>2026-01-19T18:42:41Z</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 18:42, 19 January 2026&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>MarkAHershberger</name></author>
	</entry>
	<entry>
		<id>https://wiki.nichework.com/w/index.php?title=Template:Diff_days/doc&amp;diff=3446&amp;oldid=prev</id>
		<title>w&gt;DB1729: + 2 categories</title>
		<link rel="alternate" type="text/html" href="https://wiki.nichework.com/w/index.php?title=Template:Diff_days/doc&amp;diff=3446&amp;oldid=prev"/>
		<updated>2024-06-24T03:43:45Z</updated>

		<summary type="html">&lt;p&gt;+ 2 categories&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{lua|Module:diff days}}&lt;br /&gt;
This template calculates the date/time difference between two dates in days shown in decimal form. Dates in the Gregorian calendar from 9999 BCE to 9999 CE are supported. The calendar is proleptic—it is assumed to apply at all times with no irregularities.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;amp;#123;{diff days|{{var|date1}}|{{var|date2}}|precision=}}&amp;lt;/code&amp;gt;&lt;br /&gt;
There are two positional arguments: {{var|date1}} and {{var|date2}}; both are required&lt;br /&gt;
&lt;br /&gt;
The result displays text representing the time interval from &amp;#039;&amp;#039;date1&amp;#039;&amp;#039; to &amp;#039;&amp;#039;date2&amp;#039;&amp;#039;  ({{var|date2}} − {{var|date1}}) in decimal notation of {{para|precision}} which defaults to 3; {{para|precision}} accepts an integer from 0 to 99.&lt;br /&gt;
&lt;br /&gt;
{{var|date1}} and {{var|date2}} are timezone agnostic when timezone not specified; {{var|date1}} and {{var|date2}} may have timezone specifiers:&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{diff days|2022-03-16 12:00:00UTC|2022-03-16 12:00:00UTC}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{diff days|2022-03-16 12:00:00UTC|2022-03-16 12:00:00UTC}}&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{diff days|2022-03-16 12:00:00UTC|2022-03-16 12:00:00PST}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{diff days|2022-03-16 12:00:00UTC|2022-03-16 12:00:00PST}}&lt;br /&gt;
&lt;br /&gt;
Each date can include an era or a time, and a variety of formats are accepted. Examples of valid dates are:&lt;br /&gt;
:1900-02-01&lt;br /&gt;
:1900-2-1&lt;br /&gt;
:1900-02-01 14:45&lt;br /&gt;
:1 FEB 1900&lt;br /&gt;
:February 1, 1900&lt;br /&gt;
:February 1 1900 14:45&lt;br /&gt;
:2:45 pm February 1 1900&lt;br /&gt;
:1 February 1900 2:45 p.m.&lt;br /&gt;
:BC 1 Feb 120&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{diff days|2021-04-09 07:42:41|2021-10-17 04:35:44}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{diff days|2021-04-09 07:42:41|2021-10-17 04:35:44}}&lt;br /&gt;
If the result is to include a specific no. of decimal places, add another parameter {{para|precision}} which defaults to 3 and accepts any integer from 0 to 99:&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{diff days|2021-04-09 07:42:41|2021-10-17 04:35:44|precision=5}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; → {{diff days|2021-04-09 07:42:41|2021-10-17 04:35:44|precision=5}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line --&amp;gt;&lt;br /&gt;
[[Category:Date mathematics templates]]&lt;br /&gt;
[[Category:Date-computing templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>w&gt;DB1729</name></author>
	</entry>
</feed>