<?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>TimeWaster's Place &#187; birthday</title>
	<atom:link href="http://www.timewaster.de/tag/birthday/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timewaster.de</link>
	<description>Programming, Design, Tekkie Stuff and more</description>
	<lastBuildDate>Wed, 04 Aug 2010 14:02:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL Birthday Column &#8211; Age of a Person</title>
		<link>http://www.timewaster.de/mysql-birthday-column-age-of-a-person/</link>
		<comments>http://www.timewaster.de/mysql-birthday-column-age-of-a-person/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 21:06:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[age]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://www.timewaster.de/?p=166</guid>
		<description><![CDATA[If you search for a solution to get the age of a person (in years) in MySQL, google gives you many obsolete (and complicated) answers, from MySQL 4.1.1 it is very easy to get this number:
TIMESTAMPDIFF(YEAR, myDateColumn, NOW())
Have fun.
]]></description>
			<content:encoded><![CDATA[<p>If you search for a solution to get the age of a person (in years) in MySQL, google gives you many obsolete (and complicated) answers, from MySQL 4.1.1 it is very easy to get this number:</p>
<p><code>TIMESTAMPDIFF(YEAR, myDateColumn, NOW())</code></p>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timewaster.de/mysql-birthday-column-age-of-a-person/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
