<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=JavaScript_Tutorial%2FDate%2FIntroduction</id>
		<title>JavaScript Tutorial/Date/Introduction - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=JavaScript_Tutorial%2FDate%2FIntroduction"/>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=JavaScript_Tutorial/Date/Introduction&amp;action=history"/>
		<updated>2026-04-04T12:47:14Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://wbex.ru/index.php?title=JavaScript_Tutorial/Date/Introduction&amp;diff=9453&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=JavaScript_Tutorial/Date/Introduction&amp;diff=9453&amp;oldid=prev"/>
				<updated>2010-05-26T08:25:03Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 08:25, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://wbex.ru/index.php?title=JavaScript_Tutorial/Date/Introduction&amp;diff=9452&amp;oldid=prev</id>
		<title> в 18:52, 25 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=JavaScript_Tutorial/Date/Introduction&amp;diff=9452&amp;oldid=prev"/>
				<updated>2010-05-25T18:52:56Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Get and Set method in Date object==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The Date object represents all aspects of a date and time from year to milliseconds.&amp;lt;/p&amp;gt;&lt;br /&gt;
getDate()&lt;br /&gt;
Returns the day of the month.&lt;br /&gt;
getDay()&lt;br /&gt;
Returns the day of the week.&lt;br /&gt;
getFullYear()&lt;br /&gt;
Returns the year in local time with four digits.&lt;br /&gt;
getHours()&lt;br /&gt;
Returns the hour.&lt;br /&gt;
getMilliseconds()&lt;br /&gt;
Returns the milliseconds.&lt;br /&gt;
getMinutes()&lt;br /&gt;
Returns the minutes.&lt;br /&gt;
getMonth()&lt;br /&gt;
Returns the month.&lt;br /&gt;
getSeconds()&lt;br /&gt;
Returns the seconds.&lt;br /&gt;
getTime()&lt;br /&gt;
Returns the date and time in milliseconds.&lt;br /&gt;
getTimezoneOffset()&lt;br /&gt;
Returns the time zone offset from GMT in minutes.&lt;br /&gt;
getUTCDate()&lt;br /&gt;
Returns the day of the month converted to universal time.&lt;br /&gt;
getUTCDay()&lt;br /&gt;
Returns the day of the week converted to universal time.&lt;br /&gt;
getUTCFullYear()&lt;br /&gt;
Returns four-digit representation of the year converted to universal time.&lt;br /&gt;
getUTCHours()&lt;br /&gt;
Return the hour converted to universal time.&lt;br /&gt;
getUTCMilliseconds()&lt;br /&gt;
Returns the milliseconds converted to universal time.&lt;br /&gt;
getUTCMinutes()&lt;br /&gt;
Returns the minutes converted to universal time.&lt;br /&gt;
getUTCMonth()&lt;br /&gt;
Returns the month converted to universal time.&lt;br /&gt;
getUTCSeconds()&lt;br /&gt;
Returns the seconds converted to universal time.&lt;br /&gt;
getYear()&lt;br /&gt;
Returns the year as either four-digits or two-digits.&lt;br /&gt;
parse()&lt;br /&gt;
Converts a string, representing a date and time, into milliseconds.&lt;br /&gt;
setDate()&lt;br /&gt;
Sets the day of the month.&lt;br /&gt;
setFullYear()&lt;br /&gt;
Sets year as a four-digit number.&lt;br /&gt;
setHours()&lt;br /&gt;
Sets the hour.&lt;br /&gt;
setMilliseconds()&lt;br /&gt;
Sets the milliseconds.&lt;br /&gt;
setMinutes()&lt;br /&gt;
Sets the minutes.&lt;br /&gt;
setMonth()&lt;br /&gt;
Sets the month.&lt;br /&gt;
setSeconds()&lt;br /&gt;
Sets the seconds.&lt;br /&gt;
setTime()&lt;br /&gt;
Sets the date and time from a millisecond representation of a date and time.&lt;br /&gt;
setUTCdate()&lt;br /&gt;
Sets the day of the month in universal time.&lt;br /&gt;
setUTCFullYear()&lt;br /&gt;
Sets the year as a four-digit number in universal time.&lt;br /&gt;
setUTCHours()&lt;br /&gt;
Sets the hour in universal time.&lt;br /&gt;
setUTCMilliseconds()&lt;br /&gt;
Sets the milliseconds in universal time.&lt;br /&gt;
setUTCMinutes()&lt;br /&gt;
Sets the minutes in universal time.&lt;br /&gt;
setUTCMonth()&lt;br /&gt;
Sets the month in universal time.&lt;br /&gt;
setUTCSeconds()&lt;br /&gt;
Sets the seconds in universal time.&lt;br /&gt;
setYear()&lt;br /&gt;
Sets the year as either a four-digit number or a two-digit number.&lt;br /&gt;
toGMTString()&lt;br /&gt;
Return the data and time as a string in universal time (GMT).&lt;br /&gt;
toLocalString()&lt;br /&gt;
Return the date and time as a string in local time format.&lt;br /&gt;
toSource()&lt;br /&gt;
Return the source of the Date object.&lt;br /&gt;
toString()&lt;br /&gt;
Return the date and time as a string in local time.&lt;br /&gt;
toUTCString()&lt;br /&gt;
Return the data and time as a string in universal time (GMT).&lt;br /&gt;
UTC()&lt;br /&gt;
Convert a universal date and time (GMT) to milliseconds.&lt;/div&gt;</summary>
			</entry>

	</feed>