<?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: Display Current Year With PHP</title>
	<atom:link href="http://www.BrianYerkes.com/display-current-year-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.BrianYerkes.com/display-current-year-with-php/</link>
	<description>My life, designed and explained</description>
	<lastBuildDate>Thu, 22 Jul 2010 11:11:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: @clementyeung</title>
		<link>http://www.BrianYerkes.com/display-current-year-with-php/comment-page-1/#comment-22274</link>
		<dc:creator>@clementyeung</dc:creator>
		<pubDate>Mon, 07 Jun 2010 12:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/?p=244#comment-22274</guid>
		<description>Thanks for the nice post - straight to the point - just how I like it :)</description>
		<content:encoded><![CDATA[<p>Thanks for the nice post &#8211; straight to the point &#8211; just how I like it <img src='http://www.BrianYerkes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasR</title>
		<link>http://www.BrianYerkes.com/display-current-year-with-php/comment-page-1/#comment-19562</link>
		<dc:creator>ThomasR</dc:creator>
		<pubDate>Thu, 25 Mar 2010 14:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/?p=244#comment-19562</guid>
		<description>Many persons make a mistac while adding copyright to their sites.

A copyright starts at a year and ends at another.

You should have written :

Copyright 2009 - &lt;?php echo date(&#039;Y&#039;) ?&gt;</description>
		<content:encoded><![CDATA[<p>Many persons make a mistac while adding copyright to their sites.</p>
<p>A copyright starts at a year and ends at another.</p>
<p>You should have written :</p>
<p>Copyright 2009 &#8211; &lt;?php echo date(&#8216;Y&#8217;) ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck</title>
		<link>http://www.BrianYerkes.com/display-current-year-with-php/comment-page-1/#comment-18368</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Sat, 27 Feb 2010 06:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/?p=244#comment-18368</guid>
		<description>oh well, nm - can&#039;t post code here apparently</description>
		<content:encoded><![CDATA[<p>oh well, nm &#8211; can&#8217;t post code here apparently</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuck</title>
		<link>http://www.BrianYerkes.com/display-current-year-with-php/comment-page-1/#comment-18367</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Sat, 27 Feb 2010 06:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/?p=244#comment-18367</guid>
		<description>shorten to:

</description>
		<content:encoded><![CDATA[<p>shorten to:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadja London Designer</title>
		<link>http://www.BrianYerkes.com/display-current-year-with-php/comment-page-1/#comment-17248</link>
		<dc:creator>Nadja London Designer</dc:creator>
		<pubDate>Tue, 12 Jan 2010 18:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/?p=244#comment-17248</guid>
		<description>Thanks, I was just wondering about that a few days ago!</description>
		<content:encoded><![CDATA[<p>Thanks, I was just wondering about that a few days ago!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webb</title>
		<link>http://www.BrianYerkes.com/display-current-year-with-php/comment-page-1/#comment-17084</link>
		<dc:creator>webb</dc:creator>
		<pubDate>Sun, 10 Jan 2010 14:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/?p=244#comment-17084</guid>
		<description>Thanks. works fine for me.</description>
		<content:encoded><![CDATA[<p>Thanks. works fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Originalspirit</title>
		<link>http://www.BrianYerkes.com/display-current-year-with-php/comment-page-1/#comment-17008</link>
		<dc:creator>Originalspirit</dc:creator>
		<pubDate>Sat, 09 Jan 2010 12:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/?p=244#comment-17008</guid>
		<description>Thanks for that, was really useful!</description>
		<content:encoded><![CDATA[<p>Thanks for that, was really useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catherine Azzarello</title>
		<link>http://www.BrianYerkes.com/display-current-year-with-php/comment-page-1/#comment-16583</link>
		<dc:creator>Catherine Azzarello</dc:creator>
		<pubDate>Sun, 03 Jan 2010 01:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/?p=244#comment-16583</guid>
		<description>Thanks, Brian! This is EXACTLY what I need--didn&#039;t know about PHP last year and I&#039;m tired of trying to keep up all the sites manually.</description>
		<content:encoded><![CDATA[<p>Thanks, Brian! This is EXACTLY what I need&#8211;didn&#8217;t know about PHP last year and I&#8217;m tired of trying to keep up all the sites manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brianyerkes</title>
		<link>http://www.BrianYerkes.com/display-current-year-with-php/comment-page-1/#comment-16563</link>
		<dc:creator>brianyerkes</dc:creator>
		<pubDate>Sat, 02 Jan 2010 15:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/?p=244#comment-16563</guid>
		<description>Thanks everyone for your comments and glad some of you found it helpful.

&lt;strong&gt;Elena,&lt;/strong&gt; it can be used on any page of a website that is in PHP. It is a basic PHP call.

&lt;strong&gt;HrvojeKC,&lt;/strong&gt; thanks for your additional comments!</description>
		<content:encoded><![CDATA[<p>Thanks everyone for your comments and glad some of you found it helpful.</p>
<p><strong>Elena,</strong> it can be used on any page of a website that is in PHP. It is a basic PHP call.</p>
<p><strong>HrvojeKC,</strong> thanks for your additional comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HrvojeKC</title>
		<link>http://www.BrianYerkes.com/display-current-year-with-php/comment-page-1/#comment-16553</link>
		<dc:creator>HrvojeKC</dc:creator>
		<pubDate>Sat, 02 Jan 2010 12:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/?p=244#comment-16553</guid>
		<description>echo should be faster than print by some benchmarks but it&#039;s not important for this kind of displaying data.

Sometimes the date(&#039;Y&#039;) does not display the year then you could use date(&#039;o&#039;)

Details can be found on the following address http://php.net/manual/en/function.date.php</description>
		<content:encoded><![CDATA[<p>echo should be faster than print by some benchmarks but it&#8217;s not important for this kind of displaying data.</p>
<p>Sometimes the date(&#8216;Y&#8217;) does not display the year then you could use date(&#8216;o&#8217;)</p>
<p>Details can be found on the following address <a href="http://php.net/manual/en/function.date.php" rel="nofollow">http://php.net/manual/en/function.date.php</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
