<?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/DateTime</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 14:08:49 GMT</pubDate>
<item>
<title>(PHP) PHP5 DateTimeZones grouped by continent - ch1902</title>
<link>http://snipplr.com/view/64847/php5-datetimezones-grouped-by-continent/</link>
<description><![CDATA[ <p>This is the list of [supported timzones](http://php.net/manual/timezones.php) that can be used with the [PHP5 DateTime](http://php.net/manual/class.datetime.php) class, grouped by geographical continent (rather than PHP's America/..., Asia/... etc identifiers). 

The array was built using the [DateTimeZone::getLocation()](http://php.net/manual/datetimezone.getlocation.php) method and [this list](http://en.wikipedia.org/wiki/List_of_sovereign_states_and_dependent_territories_by_continent_%28data_file%29) of ISO-3166-1 country codes (correcting for countries that straddle the Europe/Asia border, e.g. Russia).</p> ]]></description>
<pubDate>Sat, 12 May 2012 22:39:08 GMT</pubDate>
<guid>http://snipplr.com/view/64847/php5-datetimezones-grouped-by-continent/</guid>
</item>
<item>
<title>(PHP) Convert Twitter API Datetime to MySQL Datetime Format - aristoworks</title>
<link>http://snipplr.com/view/59869/convert-twitter-api-datetime-to-mysql-datetime-format/</link>
<description><![CDATA[ <p>This is a very rudimentary function used to convert a Datetime delivered by the Twitter API to a format you can store in MySQL's datetime field.</p> ]]></description>
<pubDate>Mon, 17 Oct 2011 00:51:40 GMT</pubDate>
<guid>http://snipplr.com/view/59869/convert-twitter-api-datetime-to-mysql-datetime-format/</guid>
</item>
<item>
<title>(PHP) Date Converter - digitalmcgrath</title>
<link>http://snipplr.com/view/59167/date-converter/</link>
<description><![CDATA[ <p>This simple function will convert a date field of "yyyy-mm-dd" to "mm/dd/yyyy"</p> ]]></description>
<pubDate>Tue, 27 Sep 2011 22:54:07 GMT</pubDate>
<guid>http://snipplr.com/view/59167/date-converter/</guid>
</item>
<item>
<title>(PHP) RepeatRuleDateTime - althaus</title>
<link>http://snipplr.com/view/44428/repeatruledatetime/</link>
<description><![CDATA[ <p>Added "$date = $matches[2];" to prevent exception when putting dates like "TZID=Europe/Berlin:20101110T140000" into the constructor.</p> ]]></description>
<pubDate>Fri, 19 Nov 2010 19:44:48 GMT</pubDate>
<guid>http://snipplr.com/view/44428/repeatruledatetime/</guid>
</item>
<item>
<title>(PHP) Convert UNIX timestamp to MySQL DATETIME - koko</title>
<link>http://snipplr.com/view/37752/convert-unix-timestamp-to-mysql-datetime/</link>
<description><![CDATA[ <p>The current time, converted from UNIX timestamp to use in MySQL DATETIME</p> ]]></description>
<pubDate>Thu, 22 Jul 2010 23:41:36 GMT</pubDate>
<guid>http://snipplr.com/view/37752/convert-unix-timestamp-to-mysql-datetime/</guid>
</item>
<item>
<title>(PHP) Time Conflict Check - leonelsantos</title>
<link>http://snipplr.com/view/34632/time-conflict-check/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 17 May 2010 10:37:38 GMT</pubDate>
<guid>http://snipplr.com/view/34632/time-conflict-check/</guid>
</item>
<item>
<title>(PHP) Date and Time Difference calculates in PHP - fwso</title>
<link>http://snipplr.com/view/29865/date-and-time-difference-calculates-in-php/</link>
<description><![CDATA[ <p>Calculate date time difference</p> ]]></description>
<pubDate>Wed, 17 Mar 2010 02:19:18 GMT</pubDate>
<guid>http://snipplr.com/view/29865/date-and-time-difference-calculates-in-php/</guid>
</item>
<item>
<title>(PHP) Zen-Cart Fake Order Process - fwso</title>
<link>http://snipplr.com/view/29863/zencart-fake-order-process/</link>
<description><![CDATA[ <p>Used to generates fake orders for Zen-Cart.</p> ]]></description>
<pubDate>Wed, 17 Mar 2010 02:17:17 GMT</pubDate>
<guid>http://snipplr.com/view/29863/zencart-fake-order-process/</guid>
</item>
<item>
<title>(PHP) Date modify - andreiabohner</title>
<link>http://snipplr.com/view/25683/date-modify/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 29 Dec 2009 14:14:42 GMT</pubDate>
<guid>http://snipplr.com/view/25683/date-modify/</guid>
</item>
<item>
<title>(PHP) Set default timezone for date/time functions (php 5.3 compatibility requirement) - AzizLight</title>
<link>http://snipplr.com/view/24566/set-default-timezone-for-datetime-functions-php-53-compatibility-requirement/</link>
<description><![CDATA[ <p>Set the default timezone for date/time functions to use if none is set on the server.</p> ]]></description>
<pubDate>Thu, 10 Dec 2009 14:02:32 GMT</pubDate>
<guid>http://snipplr.com/view/24566/set-default-timezone-for-datetime-functions-php-53-compatibility-requirement/</guid>
</item>
<item>
<title>(PHP) datetime - wza</title>
<link>http://snipplr.com/view/20872/datetime/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Oct 2009 04:51:34 GMT</pubDate>
<guid>http://snipplr.com/view/20872/datetime/</guid>
</item>
<item>
<title>(PHP) PHP DateTime Unix Timestamp - iloveitaly</title>
<link>http://snipplr.com/view/15894/php-datetime-unix-timestamp/</link>
<description><![CDATA[ <p>Construct DateTime object with unix timestamp</p> ]]></description>
<pubDate>Sat, 13 Jun 2009 12:48:36 GMT</pubDate>
<guid>http://snipplr.com/view/15894/php-datetime-unix-timestamp/</guid>
</item>
<item>
<title>(PHP) Change MySql DATETIME into something more friendly - withremote</title>
<link>http://snipplr.com/view/15850/change-mysql-datetime-into-something-more-friendly/</link>
<description><![CDATA[ <p>converts DateTIME, like 2009-06-11 10:30:40 into 06/11/2009 10:30 AM</p> ]]></description>
<pubDate>Thu, 11 Jun 2009 12:24:54 GMT</pubDate>
<guid>http://snipplr.com/view/15850/change-mysql-datetime-into-something-more-friendly/</guid>
</item>
<item>
<title>(PHP) datetime - manec</title>
<link>http://snipplr.com/view/9915/datetime/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Nov 2008 05:59:19 GMT</pubDate>
<guid>http://snipplr.com/view/9915/datetime/</guid>
</item>
<item>
<title>(PHP) Calculating Easter - Scooter</title>
<link>http://snipplr.com/view/6316/calculating-easter/</link>
<description><![CDATA[ <p>Function library for calculation of Easter and related ecclesiastical holidays.</p> ]]></description>
<pubDate>Mon, 19 May 2008 14:42:00 GMT</pubDate>
<guid>http://snipplr.com/view/6316/calculating-easter/</guid>
</item>
<item>
<title>(PHP) Number of days in a month - Scooter</title>
<link>http://snipplr.com/view/5391/number-of-days-in-a-month/</link>
<description><![CDATA[ <p>Returns the number of days in a given month for a given year.</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 20:09:33 GMT</pubDate>
<guid>http://snipplr.com/view/5391/number-of-days-in-a-month/</guid>
</item>
<item>
<title>(PHP) Check if a year is a leap year - Scooter</title>
<link>http://snipplr.com/view/5389/check-if-a-year-is-a-leap-year/</link>
<description><![CDATA[ <p>Function to check if a given year is a leap year.</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 20:05:18 GMT</pubDate>
<guid>http://snipplr.com/view/5389/check-if-a-year-is-a-leap-year/</guid>
</item>
<item>
<title>(PHP) 現在時刻を出力する - jugyo</title>
<link>http://snipplr.com/view/1808//</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Dec 2006 19:33:16 GMT</pubDate>
<guid>http://snipplr.com/view/1808//</guid>
</item>
</channel>
</rss>