<?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>PHPSuperBLOG &#187; Date</title>
	<atom:link href="http://www.phpsuperblog.com/tag/date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Lot of IT, Lot of Fun</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:34:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change mysql date type into another date format with mysql&#8217;s date_format function</title>
		<link>http://www.phpsuperblog.com/mysql/change-mysql-date-type-into-another-date-format-with-mysqls-date_format-function/</link>
		<comments>http://www.phpsuperblog.com/mysql/change-mysql-date-type-into-another-date-format-with-mysqls-date_format-function/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 02:29:42 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=897</guid>
		<description><![CDATA[MySQL&#8217;s date field type default is in yyyy-mm-dd format, and it is not practical in some cases when we want to use another formating representation such as dd/mm/yyyy. Of course we could use PHP to convert it but the best way I find is to convert it through SQL before any php operation, here is [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/mysql/change-mysql-date-type-into-another-date-format-with-mysqls-date_format-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display the date with PHP</title>
		<link>http://www.phpsuperblog.com/php/display-the-date-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/display-the-date-with-php/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 13:28:21 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[PHP Function]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=3</guid>
		<description><![CDATA[Editor&#8217;s note: I recently worked on a web project which I need to add the date on a page. I used the PHP function date( ) to accomplish the job. Here are my examples for your reference. In order to show the time, we have to print it out onto the screen, and we use “echo” or [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/display-the-date-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

