<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Check if time falls between a range in PHP</title>
	<atom:link href="http://www.patrickhartman.com/2009/08/29/check-if-time-falls-between-a-range-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.patrickhartman.com/2009/08/29/check-if-time-falls-between-a-range-in-php/</link>
	<description>web development, photoshop scripting and other thoughts</description>
	<lastBuildDate>Fri, 04 Jun 2010 18:02:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve</title>
		<link>http://www.patrickhartman.com/2009/08/29/check-if-time-falls-between-a-range-in-php/comment-page-1/#comment-610</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 28 May 2010 13:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.patrickhartman.com/?p=27#comment-610</guid>
		<description>if($sHour &lt; $eHour)

should be

if($sHour &lt;= $eHour)

to account for the same hour.

21:34 falls between 21:00 and 21:59</description>
		<content:encoded><![CDATA[<p>if($sHour &lt; $eHour)</p>
<p>should be</p>
<p>if($sHour &lt;= $eHour)</p>
<p>to account for the same hour.</p>
<p>21:34 falls between 21:00 and 21:59</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan</title>
		<link>http://www.patrickhartman.com/2009/08/29/check-if-time-falls-between-a-range-in-php/comment-page-1/#comment-495</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Sun, 21 Mar 2010 16:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.patrickhartman.com/?p=27#comment-495</guid>
		<description>Oh thanks, you&#039;re lifesaver</description>
		<content:encoded><![CDATA[<p>Oh thanks, you&#8217;re lifesaver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.patrickhartman.com/2009/08/29/check-if-time-falls-between-a-range-in-php/comment-page-1/#comment-494</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Tue, 16 Mar 2010 01:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.patrickhartman.com/?p=27#comment-494</guid>
		<description>Thanks for sharing that awful function, it was exactly what I&#039;m looking for.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing that awful function, it was exactly what I&#8217;m looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.patrickhartman.com/2009/08/29/check-if-time-falls-between-a-range-in-php/comment-page-1/#comment-488</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Tue, 09 Mar 2010 04:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.patrickhartman.com/?p=27#comment-488</guid>
		<description>if($sHour &lt; $eHour)

should be

if($sHour &lt;= $eHour)

to account for the same hour.

21:34 falls between 21:00 and 21:59</description>
		<content:encoded><![CDATA[<p>if($sHour &lt; $eHour)</p>
<p>should be</p>
<p>if($sHour &lt;= $eHour)</p>
<p>to account for the same hour.</p>
<p>21:34 falls between 21:00 and 21:59</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ran Bar-Zik</title>
		<link>http://www.patrickhartman.com/2009/08/29/check-if-time-falls-between-a-range-in-php/comment-page-1/#comment-430</link>
		<dc:creator>Ran Bar-Zik</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.patrickhartman.com/?p=27#comment-430</guid>
		<description>Thanks! It works like a charm.</description>
		<content:encoded><![CDATA[<p>Thanks! It works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.patrickhartman.com/2009/08/29/check-if-time-falls-between-a-range-in-php/comment-page-1/#comment-322</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 16 Dec 2009 11:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.patrickhartman.com/?p=27#comment-322</guid>
		<description>Thank you, exactly what I was looking for.

Cheers,

Marc</description>
		<content:encoded><![CDATA[<p>Thank you, exactly what I was looking for.</p>
<p>Cheers,</p>
<p>Marc</p>
]]></content:encoded>
	</item>
</channel>
</rss>
