<?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/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Barattalo &#187; Date</title>
	<atom:link href="http://www.barattalo.it/tag/date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Mon, 07 Nov 2011 11:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PHP how to calculate age from date of birth</title>
		<link>http://www.barattalo.it/2010/02/10/php-how-to-calculate-age-from-date-of-birth/</link>
		<comments>http://www.barattalo.it/2010/02/10/php-how-to-calculate-age-from-date-of-birth/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 09:59:44 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[age]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[Date]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=452</guid>
		<description><![CDATA[This is a very simple script that starts from a string date in format yyyy-mm-dd and return the age. To do this it splits the date, calculate years with difference from current year and the fix the value based on difference between months and days from current date: Related posts:PHP find previous monday from a [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2010/12/03/php-find-previous-monday-from-a-date/' rel='bookmark' title='PHP find previous monday from a date'>PHP find previous monday from a date</a></li>
<li><a href='http://www.barattalo.it/2009/11/11/php-day-add-function/' rel='bookmark' title='PHP Day add function'>PHP Day add function</a></li>
<li><a href='http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/' rel='bookmark' title='PHP bot to grab meteo information from Google'>PHP bot to grab meteo information from Google</a></li>
<li><a href='http://www.barattalo.it/2010/02/01/calculate-dir-size-recursively/' rel='bookmark' title='Calculate dir size recursively with PHP (and count files)'>Calculate dir size recursively with PHP (and count files)</a></li>
<li><a href='http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/' rel='bookmark' title='get MySpace events with a PHP function'>get MySpace events with a PHP function</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/02/10/php-how-to-calculate-age-from-date-of-birth/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP Day add function</title>
		<link>http://www.barattalo.it/2009/11/11/php-day-add-function/</link>
		<comments>http://www.barattalo.it/2009/11/11/php-day-add-function/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:06:10 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Format date]]></category>
		<category><![CDATA[Strtotime]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=145</guid>
		<description><![CDATA[How to add 2 days to a date in PHP? There are many ways to add days to a string date. The best function is the following one: This function let you decide the date to which add the days, the output format and days to add. To use the function look these examples: Related [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/12/24/php-meteo-bot-for-google/' rel='bookmark' title='PHP bot to grab meteo information from Google'>PHP bot to grab meteo information from Google</a></li>
<li><a href='http://www.barattalo.it/2010/02/10/php-how-to-calculate-age-from-date-of-birth/' rel='bookmark' title='PHP how to calculate age from date of birth'>PHP how to calculate age from date of birth</a></li>
<li><a href='http://www.barattalo.it/2010/12/03/php-find-previous-monday-from-a-date/' rel='bookmark' title='PHP find previous monday from a date'>PHP find previous monday from a date</a></li>
<li><a href='http://www.barattalo.it/2010/02/11/php-function-to-fix-collation-on-database-fields-of-mysql/' rel='bookmark' title='PHP function to fix collation on database fields of MySQL'>PHP function to fix collation on database fields of MySQL</a></li>
<li><a href='http://www.barattalo.it/2011/02/21/get-myspace-events-php-function/' rel='bookmark' title='get MySpace events with a PHP function'>get MySpace events with a PHP function</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2009/11/11/php-day-add-function/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

