<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lem.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AEnd_date%2Fdoc</id>
	<title>Template:End date/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lem.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AEnd_date%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://lem.wiki/index.php?title=Template:End_date/doc&amp;action=history"/>
	<updated>2026-05-24T18:03:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://lem.wiki/index.php?title=Template:End_date/doc&amp;diff=6441&amp;oldid=prev</id>
		<title>Skrzat: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://lem.wiki/index.php?title=Template:End_date/doc&amp;diff=6441&amp;oldid=prev"/>
		<updated>2011-12-08T12:25:42Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&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 12:25, 8 December 2011&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>Skrzat</name></author>
	</entry>
	<entry>
		<id>https://lem.wiki/index.php?title=Template:End_date/doc&amp;diff=6440&amp;oldid=prev</id>
		<title>89.148.8.172: ar</title>
		<link rel="alternate" type="text/html" href="https://lem.wiki/index.php?title=Template:End_date/doc&amp;diff=6440&amp;oldid=prev"/>
		<updated>2011-08-25T11:18:27Z</updated>

		<summary type="html">&lt;p&gt;ar&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;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
This template ('''{{tl|End date}}''') returns a date, or date-time. It also include the same date (and time) duplicated in a hidden (by CSS) ISO date format, for use in [[microformat]]s. This hidden date degrades gracefully when CSS is not available.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;{{End date|year|month|day}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;s&amp;gt;&amp;lt;nowiki&amp;gt;{{End date|1993|2|24}}&amp;lt;/nowiki&amp;gt; returns &amp;quot;{{End date|1993|2|24}}&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;{{End date|1993|2|24|08|30}}&amp;lt;/nowiki&amp;gt; returns &amp;quot;{{End date|1993|2|24|08|30}}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
An optional parameter, df, can be set to &amp;quot;y&amp;quot; or &amp;quot;yes&amp;quot; (or indeed any value) to display the day before the month. This is primarily used in articles about events in parts of the world where the day precedes the month in a date.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;s&amp;gt;&amp;lt;nowiki&amp;gt;{{End date|1993|2|24|df=yes}}&amp;lt;/nowiki&amp;gt; returns &amp;quot;{{End date|1993|2|24|df=yes}}&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The template will appear broken when the parameters are left blank (as seen above).&lt;br /&gt;
&lt;br /&gt;
== Use in microformats ==&lt;br /&gt;
&lt;br /&gt;
The template returns the date as [[hCalendar]]'s (&amp;lt;code&amp;gt;class=&amp;quot;dtend&amp;quot;&amp;lt;/code&amp;gt;). For example:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;nowiki&amp;gt; (&amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;1993-02-24T08:30&amp;lt;/span&amp;gt;)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(disable CSS or view source to see the hidden ISO-formatted output).&lt;br /&gt;
&lt;br /&gt;
'''Note: due to the requirement exclusive &amp;quot;dtend&amp;quot; in [[hCalendar]], and the accessibility problems that presents when a date is rendered (as seen without CSS) as &amp;lt;tt&amp;gt;28 March 1999 (1999-03-29)&amp;lt;/tt&amp;gt; or even &amp;lt;tt&amp;gt;28 February 1999 (1999-03-01)&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;31 December 1999 (2000-01-01)&amp;lt;/tt&amp;gt;, the ''Date end'' template should '''not''' be used for whole-day dates and should have a time of 23:59:59.'''&lt;br /&gt;
&lt;br /&gt;
See [[WP:UF|the microformats project]] for further details.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*'''{{tl|Start date}}'''et al&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- ADD CATEGORIES BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[Category:Date mathematics templates|{{PAGENAME}}]] 	&lt;br /&gt;
[[Category:Templates generating hCalendars|{{PAGENAME}}]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ADD INTERWIKIS BELOW THIS LINE --&amp;gt;&lt;br /&gt;
[[ar:قالب:End date]]&lt;br /&gt;
[[ur:سانچہ:End date]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>89.148.8.172</name></author>
	</entry>
</feed>