<?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>Decrypt Web &#187; date</title>
	<atom:link href="http://blog.decryptweb.com/tag/date/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decryptweb.com</link>
	<description>Open Source Web Solutions</description>
	<lastBuildDate>Sat, 24 Jul 2010 05:58:28 +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>Set Default Time Zone</title>
		<link>http://blog.decryptweb.com/set-default-time-zone/</link>
		<comments>http://blog.decryptweb.com/set-default-time-zone/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:14:26 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[timezone]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=34</guid>
		<description><![CDATA[Some of you may have faced the issue for converting timezone for displaying date and time.
Means suppose you want to display current time in India, than what will you do for that.
You might have added 5 hours and 30 minutes to the default time.
But there is already a functionality for that in PHP.
You can switch [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/set-default-time-zone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Date Difference</title>
		<link>http://blog.decryptweb.com/date-difference/</link>
		<comments>http://blog.decryptweb.com/date-difference/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 14:58:20 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=11</guid>
		<description><![CDATA[Some of you might have come across the requirement for displaying all the dates between give two dates, especially for drop down listing of dates.
I have developed a sample code for getting all date ocurrences between give two dates.


&#60;?php

$fromDate = &#34;01/01/2009&#34;; //format mm/dd/yyyy
$toDate = &#34;01/25/2010&#34;; //format mm/dd/yyyy

$dateMonthYearArr = array();
$fromDateTS = strtotime($fromDate);
$toDateTS = strtotime($toDate);

for ($currentDateTS = [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/date-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
