<?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>Mario J Vargas - Angstrey.com &#187; JavaScript</title>
	<atom:link href="http://angstrey.com/index.php/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://angstrey.com</link>
	<description>Another Web Developer blog out of many out there in the blogosphere</description>
	<lastBuildDate>Fri, 17 Jun 2011 21:52:58 +0000</lastBuildDate>
	<language>en</language>
	<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>Finding the Next Date for Day of Week</title>
		<link>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/</link>
		<comments>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:04:00 +0000</pubDate>
		<dc:creator>Mario</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://angstrey.com/?p=174</guid>
		<description><![CDATA[In this article, I discuss the problem of easily finding the next date for a particular date of the week and how I transitioned from a complicated solution to a more simplified version by using simple arithmetic. The solution is written in the C# programming language but the formula for making this calculation can be easily ported into any programming language, including T-SQL.<div class="addthis_toolbox addthis_default_style " addthis:url='http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/' addthis:title='Finding the Next Date for Day of Week'  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
		<wfw:commentRss>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

