<?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: Finding the Next Date for Day of Week</title>
	<atom:link href="http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/feed/" rel="self" type="application/rss+xml" />
	<link>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/</link>
	<description>Another Web Developer blog out of many out there in the blogosphere</description>
	<lastBuildDate>Thu, 05 Jan 2012 20:23:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>By: Jorge</title>
		<link>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/comment-page-1/#comment-25188</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Fri, 30 Dec 2011 00:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://angstrey.com/?p=174#comment-25188</guid>
		<description>I was about to give up looking for a non loop solution to this but fortunately I found your post. 
I only use Part1 of your solution &#039;cause I need to find out next desired day but not in the same week.
Thanks</description>
		<content:encoded><![CDATA[<p>I was about to give up looking for a non loop solution to this but fortunately I found your post.<br />
I only use Part1 of your solution &#8217;cause I need to find out next desired day but not in the same week.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Working for the weekend &#171; John Kaster</title>
		<link>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/comment-page-1/#comment-20291</link>
		<dc:creator>Working for the weekend &#171; John Kaster</dc:creator>
		<pubDate>Tue, 24 May 2011 22:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://angstrey.com/?p=174#comment-20291</guid>
		<description>[...] (This code uses GetNextDateForDay() from the excellent blog post http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/.) [...]</description>
		<content:encoded><![CDATA[<p>[...] (This code uses GetNextDateForDay() from the excellent blog post <a href="http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/" rel="nofollow">http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/</a>.) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filippos</title>
		<link>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/comment-page-1/#comment-11115</link>
		<dc:creator>Filippos</dc:creator>
		<pubDate>Wed, 22 Sep 2010 11:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://angstrey.com/?p=174#comment-11115</guid>
		<description>Great article, thanks!</description>
		<content:encoded><![CDATA[<p>Great article, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/comment-page-1/#comment-4223</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 19 Oct 2009 16:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://angstrey.com/?p=174#comment-4223</guid>
		<description>Thank you so much for this solution! Works great!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this solution! Works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/comment-page-1/#comment-208</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Fri, 22 May 2009 08:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://angstrey.com/?p=174#comment-208</guid>
		<description>On the same principles, in DaysToAdd  we could also do:

int n=(d-c);
if (n&lt;=0) n+=7;</description>
		<content:encoded><![CDATA[<p>On the same principles, in DaysToAdd  we could also do:</p>
<p>int n=(d-c);<br />
if (n&lt;=0) n+=7;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

