<?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>webslave.ws &#187; date</title>
	<atom:link href="http://www.webslave.ws/tag/date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webslave.ws</link>
	<description>Web Slave</description>
	<lastBuildDate>Tue, 18 Oct 2011 22:05:04 +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>Php: get yesterday&#8217;s and last week&#8217;s date (d-m-Y)</title>
		<link>http://www.webslave.ws/05/php-get-yesterdays-and-last-weeks-date-d-m-y/</link>
		<comments>http://www.webslave.ws/05/php-get-yesterdays-and-last-weeks-date-d-m-y/#comments</comments>
		<pubDate>Fri, 21 May 2010 20:22:51 +0000</pubDate>
		<dc:creator>webslave</dc:creator>
				<category><![CDATA[Php Issues]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webslave.ws/?p=483</guid>
		<description><![CDATA[Get yesterday: $yesterday=date(&#8220;d-m-Y&#8221;, time()-86400); Get Last week&#8217;s: $lastweek=date(&#8220;d-m-Y&#8221;, time()-604800); $yesterday = date(&#8216;d/m/y&#8217;, mktime(0, 0, 0, date(&#8220;m&#8221;) , date(&#8220;d&#8221;) &#8211; 1, date(&#8220;Y&#8221;)));]]></description>
			<content:encoded><![CDATA[<p>Get yesterday:</p>
<p>$yesterday=date(&#8220;d-m-Y&#8221;, time()-86400);<br />
Get Last week&#8217;s:<br />
$lastweek=date(&#8220;d-m-Y&#8221;, time()-604800);</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">$yesterday = date(&#8216;d/m/y&#8217;, mktime(0, 0, 0, date(&#8220;m&#8221;) , date(&#8220;d&#8221;) &#8211; 1, date(&#8220;Y&#8221;)));</div>
]]></content:encoded>
			<wfw:commentRss>http://www.webslave.ws/05/php-get-yesterdays-and-last-weeks-date-d-m-y/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

