<?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: Rewriting MySQL Date to PHP Date Format</title>
	<atom:link href="http://corpocrat.com/2007/06/28/rewriting-mysql-date-to-php-date-format/feed/" rel="self" type="application/rss+xml" />
	<link>http://corpocrat.com/2007/06/28/rewriting-mysql-date-to-php-date-format/</link>
	<description>Daily Blog from Internet Entrepreneur/Webmaster</description>
	<lastBuildDate>Wed, 16 May 2012 07:15:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: mysql format date</title>
		<link>http://corpocrat.com/2007/06/28/rewriting-mysql-date-to-php-date-format/#comment-6149</link>
		<dc:creator>mysql format date</dc:creator>
		<pubDate>Fri, 08 Jan 2010 21:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2007/06/28/rewriting-mysql-date-to-php-date-format/#comment-6149</guid>
		<description>Here is a useful website for formatting dates using the mysql date_format function</description>
		<content:encoded><![CDATA[<p>Here is a useful website for formatting dates using the mysql date_format function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OperatorNo9</title>
		<link>http://corpocrat.com/2007/06/28/rewriting-mysql-date-to-php-date-format/#comment-58</link>
		<dc:creator>OperatorNo9</dc:creator>
		<pubDate>Tue, 10 Jul 2007 16:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2007/06/28/rewriting-mysql-date-to-php-date-format/#comment-58</guid>
		<description>function Mysql2Date($mysql_date)
{
   return date(&quot;d M Y&quot;, strtotime($mysql_date) ); 
}</description>
		<content:encoded><![CDATA[<p>function Mysql2Date($mysql_date)<br />
{<br />
   return date(&#8220;d M Y&#8221;, strtotime($mysql_date) );<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

