<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Date and Time</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 01:33:14 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 01:33:14 -0500</pubDate>
<item>
<title>PHP Date Function Hints and Tips</title>
<pubDate>Mon, 01 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-Date-Function-Hints-and-Tips/73194</link>
<description>
<![CDATA[Learn the basics of the PHP Date Function with this quick, simple tutorial and cheat sheet! A great reference for people new to PHP!]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-Date-Function-Hints-and-Tips/73194</guid>
</item>
<item>
<title>Getting start and end date of week in PHP</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Getting-start-and-end-date-of-week-in-PHP/65050</link>
<description>
<![CDATA[How to get the start and end date of the prior week to the current one in PHP.]]>
</description><guid>http://www.tutorialized.com/tutorial/Getting-start-and-end-date-of-week-in-PHP/65050</guid>
</item>
<item>
<title>Php date() Function With Examples</title>
<pubDate>Sun, 01 Nov 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Php-date%28%29-Function-With-Examples/63098</link>
<description>
<![CDATA[The PHP date() function formats a timestamp to a more readable date and time. PHP time stamp is a numeric value in seconds between the time at present and the value at Unix Epoch (January 1 1970 00:00...]]>
</description><guid>http://www.tutorialized.com/tutorial/Php-date%28%29-Function-With-Examples/63098</guid>
</item>
<item>
<title>Time Greeting</title>
<pubDate>Sat, 01 Nov 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Time-Greeting/53404</link>
<description>
<![CDATA[Display a greeting which matches the current time, using PHP. Whether it is morning, afternoon, evening or night, follow this tutorial to learn how to automatically detect the time and show the approp...]]>
</description><guid>http://www.tutorialized.com/tutorial/Time-Greeting/53404</guid>
</item>
<item>
<title>Date and time manipulation functions</title>
<pubDate>Sat, 01 Nov 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Date-and-time-manipulation-functions/53096</link>
<description>
<![CDATA[In PHP, despite the big choice of functions, there is not a specific  function to add an interval of time, that could be a day, hour, month or year  to a given date, therefore we have to code somethin...]]>
</description><guid>http://www.tutorialized.com/tutorial/Date-and-time-manipulation-functions/53096</guid>
</item>
<item>
<title>Working With Time Zones in PHP</title>
<pubDate>Sat, 06 Dec 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Working-With-Time-Zones-in-PHP/44308</link>
<description>
<![CDATA[This tutorial explains how to handle converting times to different time zones using the DateTime and DateTimeZone classes provided by PHP 5.2.0+.]]>
</description><guid>http://www.tutorialized.com/tutorial/Working-With-Time-Zones-in-PHP/44308</guid>
</item>
<item>
<title>PHP Date: Finding Date / Time</title>
<pubDate>Wed, 05 Dec 2007 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-Date%3A-Finding-Date-%2F-Time/34476</link>
<description>
<![CDATA[I show you how to find out what the date was yesterday, 1 week ago, and 1 month ago using PHP. Once you learn the principal of how the script works, you can use it to determine how long ago anything w...]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-Date%3A-Finding-Date-%2F-Time/34476</guid>
</item>
<item>
<title>Creating a PHP Script Timer</title>
<pubDate>Tue, 31 Oct 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-a-PHP-Script-Timer/29689</link>
<description>
<![CDATA[This timer is easy to implement and determines the time taken for a php script to execute correct to a microsecond.]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-a-PHP-Script-Timer/29689</guid>
</item>
<item>
<title>Advanced Page Last Modified Script</title>
<pubDate>Tue, 31 Oct 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Advanced-Page-Last-Modified-Script/29685</link>
<description>
<![CDATA[Want to display when the page was last modified? Use this script.]]>
</description><guid>http://www.tutorialized.com/tutorial/Advanced-Page-Last-Modified-Script/29685</guid>
</item>
<item>
<title>PHP Date and Time</title>
<pubDate>Wed, 06 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-Date-and-Time/25931</link>
<description>
<![CDATA[PHP provides powerful tools for date arithmetic that make manipulating dates easy.]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-Date-and-Time/25931</guid>
</item>
<item>
<title>Calculate a Person's Age From Two Dates</title>
<pubDate>Sun, 03 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Calculate-a-Person%27s-Age-From-Two-Dates/23799</link>
<description>
<![CDATA[Many registration forms request registrants' birth dates. This function allows you to use that information to determine a person's age. This is useful when determining whether COPPA requires parental ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Calculate-a-Person%27s-Age-From-Two-Dates/23799</guid>
</item>
<item>
<title>Creating a count down system</title>
<pubDate>Sun, 03 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-a-count-down-system/23650</link>
<description>
<![CDATA[In this tutorial I will show you how to create a simple count down system.]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-a-count-down-system/23650</guid>
</item>
<item>
<title>Date and Time</title>
<pubDate>Tue, 02 Nov 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Date-and-Time/10169</link>
<description>
<![CDATA[Most of the time, the date and time functionalities of PHP 5 are used for printing out the current date and time  to pretend that the web page is up to date (you would be surprised how many larger web...]]>
</description><guid>http://www.tutorialized.com/tutorial/Date-and-Time/10169</guid>
</item>
<item>
<title>How to convert date to time and back</title>
<pubDate>Tue, 02 Nov 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-convert-date-to-time-and-back/9993</link>
<description>
<![CDATA[This tutorial will show you how to convert date to time and format the resulting output.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-convert-date-to-time-and-back/9993</guid>
</item>
<item>
<title>Show Date and Time</title>
<pubDate>Thu, 09 Dec 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Show-Date-and-Time/8872</link>
<description>
<![CDATA[Show your visitors date and time formatted in the way you prefer]]>
</description><guid>http://www.tutorialized.com/tutorial/Show-Date-and-Time/8872</guid>
</item>
</channel>
</rss>
