<?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: Date to Day Conversion</title>
	<atom:link href="http://simplistika.com/date-to-day-conversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplistika.com/date-to-day-conversion/</link>
	<description>Think Simple</description>
	<lastBuildDate>Wed, 07 Jul 2010 22:23:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian</title>
		<link>http://simplistika.com/date-to-day-conversion/comment-page-1/#comment-630</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=436#comment-630</guid>
		<description>you&#039;ll want to change your code for checking if it&#039;s a leap year to:
((year % 4 == 0) &amp;&amp; (year % 100 != 0)) &#124;&#124; (year % 400 == 0)</description>
		<content:encoded><![CDATA[<p>you&#8217;ll want to change your code for checking if it&#8217;s a leap year to:<br />
((year % 4 == 0) &amp;&amp; (year % 100 != 0)) || (year % 400 == 0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yacob</title>
		<link>http://simplistika.com/date-to-day-conversion/comment-page-1/#comment-434</link>
		<dc:creator>yacob</dc:creator>
		<pubDate>Sun, 10 May 2009 11:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://jared.simplistika.com/?p=436#comment-434</guid>
		<description>Sweet.</description>
		<content:encoded><![CDATA[<p>Sweet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
