<?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>TechiePark &#187; Date</title>
	<atom:link href="http://www.techiepark.com/tag/date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiepark.com</link>
	<description>everything about web technologies</description>
	<lastBuildDate>Sat, 17 Jul 2010 09:08:39 +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>To parse a date which may be delimited with slashes, dots, or hyphens:</title>
		<link>http://www.techiepark.com/tutorials/to-parse-a-date-which-may-be-delimited-with-slashes-dots-or-hyphens/</link>
		<comments>http://www.techiepark.com/tutorials/to-parse-a-date-which-may-be-delimited-with-slashes-dots-or-hyphens/#comments</comments>
		<pubDate>Wed, 28 May 2008 07:36:54 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=80</guid>
		<description><![CDATA[&#60;?php // Delimiters may be slash, dot, or hyphen $date = &#34;04/30/1973&#34;; list($month, $day, $year) = split(&#39;[/.-]&#39;, $date); echo &#34;Month: $month; Day: $day; Year: $year \n&#34;; ?&#62; Tweet This! Post on Google Buzz Share this on Facebook Add this to Google Bookmarks Digg this! Stumble upon something good? Share it on StumbleUpon Share this on [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/to-parse-a-date-which-may-be-delimited-with-slashes-dots-or-hyphens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can we know the number of days between two given dates using PHP?</title>
		<link>http://www.techiepark.com/tutorials/how-can-we-know-the-number-of-days-between-two-given-dates-using-php/</link>
		<comments>http://www.techiepark.com/tutorials/how-can-we-know-the-number-of-days-between-two-given-dates-using-php/#comments</comments>
		<pubDate>Tue, 27 May 2008 23:32:38 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=74</guid>
		<description><![CDATA[$date1 = date(&#39;Y-m-d&#39;); $date2 = &#39;2009-11-01&#39;; $days = (strtotime($date1) &#8211; strtotime($date2)) / (60 * 60 * 24); echo &#34;Number of days since &#39;2006-07-01&#39;: $days&#34;; Tweet This! Post on Google Buzz Share this on Facebook Add this to Google Bookmarks Digg this! Stumble upon something good? Share it on StumbleUpon Share this on Technorati Buzz up! [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/how-can-we-know-the-number-of-days-between-two-given-dates-using-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
