<?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>Christoph Peter &#187; programming</title>
	<atom:link href="http://www.chrillo.info/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrillo.info</link>
	<description>code and ideas</description>
	<lastBuildDate>Mon, 30 Aug 2010 08:50:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>calculating the number of days between two dates</title>
		<link>http://www.chrillo.info/2008/11/09/calculating-the-number-of-days-between-two-dates/</link>
		<comments>http://www.chrillo.info/2008/11/09/calculating-the-number-of-days-between-two-dates/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 16:17:05 +0000</pubDate>
		<dc:creator>Christoph Peter</dc:creator>
				<category><![CDATA[Tech Questions]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[dates]]></category>
		<category><![CDATA[days]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.chrillo.info/?p=201</guid>
		<description><![CDATA[for a recent project I had to figure out how many days are between a given start and end date. My first very poor attempt was to split the dates and then get the monthes and then add up the days for each month. Very poor on performance. The easy solution: most modern programming languages [...]]]></description>
		<wfw:commentRss>http://www.chrillo.info/2008/11/09/calculating-the-number-of-days-between-two-dates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
