<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ADate_period%2Fdoc</id>
	<title>Module:Date period/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ADate_period%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Date_period/doc&amp;action=history"/>
	<updated>2026-05-26T04:28:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:Date_period/doc&amp;diff=471492&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Date_period/doc&amp;diff=471492&amp;oldid=prev"/>
		<updated>2021-07-15T21:17:06Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Module rating|beta}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
== Usage ==&lt;br /&gt;
:''For templates, you might want to use {{T|Date period}} instead.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{&amp;lt;/nowiki&amp;gt;#invoke:{{BASEPAGENAME}}|''_main''|dateA|dateB}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Automatically formats two given dates with a space and and en dash. Dates can be of any format supported by [[Module:Date]].&lt;br /&gt;
&lt;br /&gt;
If the month is the same, it is only shown once. If the month and day is the same, it will not show a second part at all. If the year is different, it will show the year no matter what.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Date A&lt;br /&gt;
! Date B&lt;br /&gt;
! Output&lt;br /&gt;
|-&lt;br /&gt;
| 2021-02-19&lt;br /&gt;
| present&lt;br /&gt;
| {{#invoke:Date period|main|2021-02-19|present}}&lt;br /&gt;
|-&lt;br /&gt;
| present&lt;br /&gt;
| 2021-02-25&lt;br /&gt;
| {{#invoke:Date period|main|present|2021-02-25}}&lt;br /&gt;
|-&lt;br /&gt;
| 2021-02-19&lt;br /&gt;
| 2021-02-25&lt;br /&gt;
| {{#invoke:Date period|main|2021-02-19|2021-02-25}}&lt;br /&gt;
|-&lt;br /&gt;
| 2021-02-19&lt;br /&gt;
| 2021-03-25&lt;br /&gt;
| {{#invoke:Date period|main|2021-02-19|2021-03-25}}&lt;br /&gt;
|-&lt;br /&gt;
| 2020-02-19&lt;br /&gt;
| 2021-02-25&lt;br /&gt;
| {{#invoke:Date period|main|2020-02-19|2021-02-25}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The year can be forcefully shown with the &amp;lt;code&amp;gt;show-year&amp;lt;/code&amp;gt; parameter (third parameter of &amp;lt;code&amp;gt;p._main&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Date A&lt;br /&gt;
! Date B&lt;br /&gt;
! show-year&lt;br /&gt;
! Output&lt;br /&gt;
|-&lt;br /&gt;
| 2021-02-19&lt;br /&gt;
| 2021-02-25&lt;br /&gt;
| no&lt;br /&gt;
| {{#invoke:Date period|main|2021-02-19|2021-02-25|show-year=no}}&lt;br /&gt;
|-&lt;br /&gt;
| 2021-02-19&lt;br /&gt;
| 2021-02-25&lt;br /&gt;
| yes&lt;br /&gt;
| {{#invoke:Date period|main|2021-02-19|2021-02-25|show-year=yes}}&lt;br /&gt;
|-&lt;br /&gt;
| 2020-02-19&lt;br /&gt;
| 2021-02-25&lt;br /&gt;
| no&lt;br /&gt;
| {{#invoke:Date period|main|2020-02-19|2021-02-25|show-year=no}}&lt;br /&gt;
|-&lt;br /&gt;
| 2020-02-19&lt;br /&gt;
| 2021-02-25&lt;br /&gt;
| yes&lt;br /&gt;
| {{#invoke:Date period|main|2020-02-19|2021-02-25|show-year=yes}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If one of the dates is invalid, the raw text will be displayed instead.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Date A&lt;br /&gt;
! Date B&lt;br /&gt;
! Output&lt;br /&gt;
|-&lt;br /&gt;
| 2021-02-19&lt;br /&gt;
| Sometime far in the future.&lt;br /&gt;
| {{#invoke:Date period|main|2021-02-19|Sometime far in the future.}}&lt;br /&gt;
|-&lt;br /&gt;
| Long ago&lt;br /&gt;
| 2021-02-25&lt;br /&gt;
| {{#invoke:Date period|main|Long ago|2021-02-25}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox | |&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>