<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JavaScript Archives &#8211; Beer &amp; Skittles</title>
	<atom:link href="https://nelson.ph/archives/programming/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://nelson.ph/archives/programming/javascript/</link>
	<description>Life is not all beer and skittles</description>
	<lastBuildDate>Sun, 08 Mar 2020 18:44:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
<site xmlns="com-wordpress:feed-additions:1">177521838</site>	<item>
		<title>JavaScript: Displaying Date and Time</title>
		<link>https://nelson.ph/2007/09/javascript-displaying-date-and-time/</link>
					<comments>https://nelson.ph/2007/09/javascript-displaying-date-and-time/#comments</comments>
		
		<dc:creator><![CDATA[Nelson]]></dc:creator>
		<pubDate>Sun, 23 Sep 2007 08:19:34 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">http://www.flirt-wind.net/2007/09/23/javascript-displaying-date-and-time/</guid>

					<description><![CDATA[<p>Our first exercise in CMSC 140. I was, by any luck, able to do it without any help from my classmates and, as a matter of fact, even enjoyed doing it! 😉 P.S. Also prints out &#8220;Hello World!&#8221; n times, where n is the date. date_time.html &#60;script type="text/javascript"&#62; var nelson = new Date(); var date [&#8230;]</p>
<p>The post <a href="https://nelson.ph/2007/09/javascript-displaying-date-and-time/">JavaScript: Displaying Date and Time</a> appeared first on <a href="https://nelson.ph">Beer &amp; Skittles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Our first exercise in CMSC 140. I was, by any luck, able to do it without any help from my classmates and, as a matter of fact, even enjoyed doing it! 😉</p>
<p><strong>P.S.</strong> Also prints out &#8220;Hello World!&#8221; n times, where n is the date.</p>
<blockquote><p>
<strong><a href="https://nelsoft.org/files/code/date_time.html">date_time.html</a></strong></p></blockquote>
<pre class="EnlighterJSRAW" data-enlighter-language="javascript">&lt;script type="text/javascript"&gt;
   var nelson = new Date();
   var date = nelson.getDate();
   var day = nelson.getDay();
   var month = nelson.getMonth();
   var fullYear = nelson.getFullYear();
   var hours = nelson.getHours();
   var minutes = nelson.getMinutes();
&lt;/script&gt;
</pre>
<p>The post <a href="https://nelson.ph/2007/09/javascript-displaying-date-and-time/">JavaScript: Displaying Date and Time</a> appeared first on <a href="https://nelson.ph">Beer &amp; Skittles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nelson.ph/2007/09/javascript-displaying-date-and-time/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">38</post-id>	</item>
	</channel>
</rss>
