<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/time</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 09 Jul 2008 04:38:21 GMT</pubDate>
<item>
<title>(PHP) PHP: getMicroTime - mattkenefick</title>
<link>http://snipplr.com/view/6354/php-getmicrotime/</link>
<description><![CDATA[ <p>Get Micro Time</p> ]]></description>
<pubDate>Tue, 20 May 2008 13:11:23 GMT</pubDate>
<guid>http://snipplr.com/view/6354/php-getmicrotime/</guid>
</item>
<item>
<title>(PHP) Calculating script execution time - ibomb</title>
<link>http://snipplr.com/view/6043/calculating-script-execution-time/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 29 Apr 2008 08:47:31 GMT</pubDate>
<guid>http://snipplr.com/view/6043/calculating-script-execution-time/</guid>
</item>
<item>
<title>(PHP) Days ago function - patcullen</title>
<link>http://snipplr.com/view/5813/days-ago-function/</link>
<description><![CDATA[ <p>Takes a date and returns a string describing how long ago that date was. examples: 3 seconds ago, 5 days ago, 2 years ago, you get the idea :)</p> ]]></description>
<pubDate>Mon, 14 Apr 2008 04:22:58 GMT</pubDate>
<guid>http://snipplr.com/view/5813/days-ago-function/</guid>
</item>
<item>
<title>(PHP) Set date Function Timezone - johnself</title>
<link>http://snipplr.com/view/5716/set-date-function-timezone/</link>
<description><![CDATA[ <p>Instead of using this function to set the default timezone in your script, you can also use the INI setting date.timezone to set the default timezone.

* Does not affect timestamp functions, which are all GMT</p> ]]></description>
<pubDate>Sun, 06 Apr 2008 10:26:47 GMT</pubDate>
<guid>http://snipplr.com/view/5716/set-date-function-timezone/</guid>
</item>
<item>
<title>(PHP) simple 24 hour time (MySQL or military) to 12 hour time conversion - jimmayes</title>
<link>http://snipplr.com/view/5205/simple-24-hour-time-mysql-or-military-to-12-hour-time-conversion/</link>
<description><![CDATA[ <p>simple and clean... convert 24 hour format to 12 hour format with PHP native functions.

BTW, works in the other direction too (12 hour to 24 hour)... that's the second line below</p> ]]></description>
<pubDate>Tue, 26 Feb 2008 12:54:32 GMT</pubDate>
<guid>http://snipplr.com/view/5205/simple-24-hour-time-mysql-or-military-to-12-hour-time-conversion/</guid>
</item>
<item>
<title>(PHP) Wordpress Snippet to set Post Expiration time and date - dwest</title>
<link>http://snipplr.com/view/5128/wordpress-snippet-to-set-post-expiration-time-and-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 20 Feb 2008 00:30:18 GMT</pubDate>
<guid>http://snipplr.com/view/5128/wordpress-snippet-to-set-post-expiration-time-and-date/</guid>
</item>
<item>
<title>(PHP) Relative Time - jaytee</title>
<link>http://snipplr.com/view/4912/relative-time/</link>
<description><![CDATA[ <p>Takes a date and returns the relative time (e.g. "10 minutes ago", "3 weeks ago", etc.)  Past four weeks, it just returns the date in the form "January 1, 2008".</p> ]]></description>
<pubDate>Wed, 06 Feb 2008 00:29:21 GMT</pubDate>
<guid>http://snipplr.com/view/4912/relative-time/</guid>
</item>
<item>
<title>(PHP) Date &amp;amp; Time Basics - coggla</title>
<link>http://snipplr.com/view/4689/date--time-basics/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 20 Jan 2008 22:08:41 GMT</pubDate>
<guid>http://snipplr.com/view/4689/date--time-basics/</guid>
</item>
<item>
<title>(PHP) Convert seconds to hh:mm:ss - coggla</title>
<link>http://snipplr.com/view/4688/convert-seconds-to-hhmmss/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 20 Jan 2008 22:04:14 GMT</pubDate>
<guid>http://snipplr.com/view/4688/convert-seconds-to-hhmmss/</guid>
</item>
<item>
<title>(PHP) Humaniser l'affichage de durées écoulées - clapfouine</title>
<link>http://snipplr.com/view/4591/humaniser-laffichage-de-dures-coules/</link>
<description><![CDATA[ <p>Taken from : http://www.phpfreechat.net/forum/viewtopic.php?pid=7587
See also this class : http://www.phpbuilder.com/snippet/download.php?type=snippet&amp;id=2205</p> ]]></description>
<pubDate>Tue, 15 Jan 2008 07:33:18 GMT</pubDate>
<guid>http://snipplr.com/view/4591/humaniser-laffichage-de-dures-coules/</guid>
</item>
<item>
<title>(PHP) Translate amount of seconds to hours, minutes, seconds - Sixer</title>
<link>http://snipplr.com/view/2711/translate-amount-of-seconds-to-hours-minutes-seconds/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 May 2007 02:30:23 GMT</pubDate>
<guid>http://snipplr.com/view/2711/translate-amount-of-seconds-to-hours-minutes-seconds/</guid>
</item>
<item>
<title>(PHP) php code exution time - kotnik</title>
<link>http://snipplr.com/view/2597/php-code-exution-time/</link>
<description><![CDATA[ <p>This code is based on the ASP script posted by Lio. It will determine the time taken for a php script to execute correct to 0.000000000000001 seconds.</p> ]]></description>
<pubDate>Fri, 04 May 2007 04:15:05 GMT</pubDate>
<guid>http://snipplr.com/view/2597/php-code-exution-time/</guid>
</item>
<item>
<title>(PHP) Date - kyokutyo</title>
<link>http://snipplr.com/view/1833/date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 22 Dec 2006 20:58:28 GMT</pubDate>
<guid>http://snipplr.com/view/1833/date/</guid>
</item>
<item>
<title>(PHP) sec2hms - mikeejay</title>
<link>http://snipplr.com/view/1459/sec2hms/</link>
<description><![CDATA[ <p>converts seconds to h:m:s</p> ]]></description>
<pubDate>Tue, 24 Oct 2006 06:47:31 GMT</pubDate>
<guid>http://snipplr.com/view/1459/sec2hms/</guid>
</item>
<item>
<title>(PHP) Hour Minute Dropdown - tylerhall</title>
<link>http://snipplr.com/view/1387/hour-minute-dropdown/</link>
<description><![CDATA[ <p>Outputs hour, minute, am/pm dropdown boxes</p> ]]></description>
<pubDate>Wed, 11 Oct 2006 09:41:30 GMT</pubDate>
<guid>http://snipplr.com/view/1387/hour-minute-dropdown/</guid>
</item>
<item>
<title>(PHP) Format Date - tylerhall</title>
<link>http://snipplr.com/view/1386/format-date/</link>
<description><![CDATA[ <p>This is just a wrapper for PHP's date() function which allows you to pass a timestamp or a string to be formatted as specified. By default it returns the current date formatted as a MySQL datetime value.</p> ]]></description>
<pubDate>Wed, 11 Oct 2006 09:40:45 GMT</pubDate>
<guid>http://snipplr.com/view/1386/format-date/</guid>
</item>
<item>
<title>(PHP) timesince function - natalie</title>
<link>http://snipplr.com/view/1370/timesince-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 10 Oct 2006 04:01:37 GMT</pubDate>
<guid>http://snipplr.com/view/1370/timesince-function/</guid>
</item>
</channel>
</rss>