<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="id">
	<id>https://wiki.javasatu.com/index.php?action=history&amp;feed=atom&amp;title=Modul%3ADate</id>
	<title>Modul:Date - Riwayat revisi</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.javasatu.com/index.php?action=history&amp;feed=atom&amp;title=Modul%3ADate"/>
	<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Modul:Date&amp;action=history"/>
	<updated>2026-04-07T03:53:02Z</updated>
	<subtitle>Riwayat revisi halaman ini di wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.javasatu.com/index.php?title=Modul:Date&amp;diff=8584&amp;oldid=prev</id>
		<title>Adminjavasatu: 1 revisi diimpor</title>
		<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Modul:Date&amp;diff=8584&amp;oldid=prev"/>
		<updated>2023-10-07T07:49:38Z</updated>

		<summary type="html">&lt;p&gt;1 revisi diimpor&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;id&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Revisi sebelumnya&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revisi per 7 Oktober 2023 14.49&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;id&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Tidak ada perbedaan)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Adminjavasatu</name></author>
	</entry>
	<entry>
		<id>https://wiki.javasatu.com/index.php?title=Modul:Date&amp;diff=7412&amp;oldid=prev</id>
		<title>Adminjavasatu: 1 revisi diimpor</title>
		<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Modul:Date&amp;diff=7412&amp;oldid=prev"/>
		<updated>2023-10-06T22:47:11Z</updated>

		<summary type="html">&lt;p&gt;1 revisi diimpor&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;id&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Revisi sebelumnya&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revisi per 7 Oktober 2023 05.47&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;id&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Tidak ada perbedaan)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Adminjavasatu</name></author>
	</entry>
	<entry>
		<id>https://wiki.javasatu.com/index.php?title=Modul:Date&amp;diff=2398&amp;oldid=prev</id>
		<title>Adminjavasatu: ←Membuat halaman berisi '-- Date functions for use by other modules. -- I18N and time zones are not supported.  local MINUS = '−'  -- Unicode U+2212 MINUS SIGN local floor = math.floor  local Date, DateDiff, diffmt  -- forward declarations local uniq = { 'unique identifier' }  local function is_date(t) 	-- The system used to make a date read-only means there is no unique 	-- metatable that is conveniently accessible to check. 	return type(t) == 'table' and t._id == uniq end  local func...'</title>
		<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Modul:Date&amp;diff=2398&amp;oldid=prev"/>
		<updated>2023-09-23T04:57:55Z</updated>

		<summary type="html">&lt;p&gt;←Membuat halaman berisi &amp;#039;-- Date functions for use by other modules. -- I18N and time zones are not supported.  local MINUS = &amp;#039;−&amp;#039;  -- Unicode U+2212 MINUS SIGN local floor = math.floor  local Date, DateDiff, diffmt  -- forward declarations local uniq = { &amp;#039;unique identifier&amp;#039; }  local function is_date(t) 	-- The system used to make a date read-only means there is no unique 	-- metatable that is conveniently accessible to check. 	return type(t) == &amp;#039;table&amp;#039; and t._id == uniq end  local func...&amp;#039;&lt;/p&gt;
&lt;a href=&quot;https://wiki.javasatu.com/index.php?title=Modul:Date&amp;amp;diff=2398&amp;amp;oldid=8583&quot;&gt;Lihat perubahan&lt;/a&gt;</summary>
		<author><name>Adminjavasatu</name></author>
	</entry>
	<entry>
		<id>https://wiki.javasatu.com/index.php?title=Modul:Date&amp;diff=8583&amp;oldid=prev</id>
		<title>dw&gt;Johnuniq: update from sandbox: implement show=M (minutes) and show=s (seconds); better method to fill a partial date</title>
		<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Modul:Date&amp;diff=8583&amp;oldid=prev"/>
		<updated>2020-08-03T02:55:18Z</updated>

		<summary type="html">&lt;p&gt;update from sandbox: implement show=M (minutes) and show=s (seconds); better method to fill a partial date&lt;/p&gt;
&lt;a href=&quot;https://wiki.javasatu.com/index.php?title=Modul:Date&amp;amp;diff=8583&amp;amp;oldid=7411&quot;&gt;Lihat perubahan&lt;/a&gt;</summary>
		<author><name>dw&gt;Johnuniq</name></author>
	</entry>
	<entry>
		<id>https://wiki.javasatu.com/index.php?title=Modul:Date&amp;diff=7411&amp;oldid=prev</id>
		<title>dw&gt;Farras: test</title>
		<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Modul:Date&amp;diff=7411&amp;oldid=prev"/>
		<updated>2019-01-11T16:46:51Z</updated>

		<summary type="html">&lt;p&gt;test&lt;/p&gt;
&lt;a href=&quot;https://wiki.javasatu.com/index.php?title=Modul:Date&amp;amp;diff=7411&quot;&gt;Lihat perubahan&lt;/a&gt;</summary>
		<author><name>dw&gt;Farras</name></author>
	</entry>
</feed>