<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: date code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 25 Jul 2008 05:33:34 GMT</pubDate>
    <description>DZone Snippets: date code</description>
    <item>
      <title>Sample date calculations</title>
      <link>http://snippets.dzone.com/posts/show/4360</link>
      <description>&lt;code&gt;&lt;br /&gt;  Today: &lt;?php echo date('Y-m-d') ?&gt; &lt;br /&gt;&lt;br /&gt;  Tomorrow: &lt;?php echo date('Y-m-d', strtotime('+1 day')) ?&gt; &lt;br /&gt;&lt;br /&gt;  1 week later: &lt;?php echo date('Y-m-d', strtotime('+1 week')) ?&gt; &lt;br /&gt;&lt;br /&gt;  1 month later: &lt;?php echo date('Y-m-d', strtotime('+1 month')) ?&gt; &lt;br /&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Fri, 27 Jul 2007 06:07:38 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4360</guid>
      <author>stancell (Algimantas Stancelis)</author>
    </item>
  </channel>
</rss>
