<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Write the current date using JavaScript</title>
	<atom:link href="http://www.christopherjason.com/articles/write-date-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christopherjason.com/javascript-programming/write-date-javascript/</link>
	<description>web development, web design, technical communication information for novices and experts</description>
	<lastBuildDate>Mon, 10 Oct 2011 15:28:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Christopher Jason</title>
		<link>http://www.christopherjason.com/javascript-programming/write-date-javascript/comment-page-1/#comment-3330</link>
		<dc:creator>Christopher Jason</dc:creator>
		<pubDate>Wed, 20 Dec 2006 03:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.christopherjason.com/articles/29/#comment-3330</guid>
		<description>Ciana-

You could use inline styling, as I&#039;ll do here. But I&#039;d recommend readiny my tutorial on &lt;a href=&quot;http://www.christopherjason.com/articles/basic-css-web-pages/&quot; rel=&quot;nofollow&quot;&gt;Using Basic CSS&lt;/a&gt;.

You could change the last line to the following, which would print green arial text. Substitute fonts and colors as needed.

&lt;code&gt;
document.write(&quot;&lt;span style=&#039;color:green; font-size:10px; font-family:arial;&#039;&gt;&quot;+dayName[day] + &quot;, &quot; + monthName + &quot; &quot; + date + suffix + &quot;, &quot; + year + &quot;&lt;/span&gt;&quot;);
&lt;/code&gt;

</description>
		<content:encoded><![CDATA[<p>Ciana-</p>
<p>You could use inline styling, as I&#8217;ll do here. But I&#8217;d recommend readiny my tutorial on <a href="http://www.christopherjason.com/articles/basic-css-web-pages/" rel="nofollow">Using Basic CSS</a>.</p>
<p>You could change the last line to the following, which would print green arial text. Substitute fonts and colors as needed.</p>
<p><code><br />
document.write(&quot;&lt;span style='color:green; font-size:10px; font-family:arial;'&gt;&quot;+dayName[day] + &quot;, &quot; + monthName + &quot; &quot; + date + suffix + &quot;, &quot; + year + &quot;&lt;/span&gt;&quot;);<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciana</title>
		<link>http://www.christopherjason.com/javascript-programming/write-date-javascript/comment-page-1/#comment-3301</link>
		<dc:creator>Ciana</dc:creator>
		<pubDate>Tue, 19 Dec 2006 17:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.christopherjason.com/articles/29/#comment-3301</guid>
		<description>I am redesigning our church web site and used your date script. How could I modify the script to change the font size and color?</description>
		<content:encoded><![CDATA[<p>I am redesigning our church web site and used your date script. How could I modify the script to change the font size and color?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Jason</title>
		<link>http://www.christopherjason.com/javascript-programming/write-date-javascript/comment-page-1/#comment-15</link>
		<dc:creator>Christopher Jason</dc:creator>
		<pubDate>Tue, 03 Jan 2006 03:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.christopherjason.com/articles/29/#comment-15</guid>
		<description>Thanks John for the Y2K fix.</description>
		<content:encoded><![CDATA[<p>Thanks John for the Y2K fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Arrowsmith</title>
		<link>http://www.christopherjason.com/javascript-programming/write-date-javascript/comment-page-1/#comment-14</link>
		<dc:creator>John Arrowsmith</dc:creator>
		<pubDate>Mon, 02 Jan 2006 20:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.christopherjason.com/articles/29/#comment-14</guid>
		<description>I am just redeveloping our Parish Web Site and appreciate your date script.
I have added the following two lines to cope with Opera and Netscape displaying the correct year:

// Make year number correspond to correct year according to Browser
if  (year&lt;1900) year=(year+1900) 
else if (year&gt;2000) year=year

John</description>
		<content:encoded><![CDATA[<p>I am just redeveloping our Parish Web Site and appreciate your date script.<br />
I have added the following two lines to cope with Opera and Netscape displaying the correct year:</p>
<p>// Make year number correspond to correct year according to Browser<br />
if  (year&lt;1900) year=(year+1900)<br />
else if (year>2000) year=year</p>
<p>John</p>
]]></content:encoded>
	</item>
</channel>
</rss>

