<?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: Dates in PHP and MySQL</title>
	<atom:link href="http://www.richardlord.net/blog/dates-in-php-and-mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.richardlord.net/blog/dates-in-php-and-mysql</link>
	<description>Actionscript/Flex, PHP and Java developer</description>
	<lastBuildDate>Mon, 08 Mar 2010 15:42:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard</title>
		<link>http://www.richardlord.net/blog/dates-in-php-and-mysql/comment-page-1#comment-34070</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 27 Feb 2010 11:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/dates-in-php-and-mysql/#comment-34070</guid>
		<description>Thanks Mike. I&#039;ve corrected the article.</description>
		<content:encoded><![CDATA[<p>Thanks Mike. I&#8217;ve corrected the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.richardlord.net/blog/dates-in-php-and-mysql/comment-page-1#comment-34056</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 26 Feb 2010 18:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/dates-in-php-and-mysql/#comment-34056</guid>
		<description>Just wanted to correct one thing -- unix timestamps are &lt;i&gt;signed&lt;/i&gt; integers, which is why they run out in 2038.  An unsigned integer would last into the next century.</description>
		<content:encoded><![CDATA[<p>Just wanted to correct one thing &#8212; unix timestamps are <i>signed</i> integers, which is why they run out in 2038.  An unsigned integer would last into the next century.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Integrateur html</title>
		<link>http://www.richardlord.net/blog/dates-in-php-and-mysql/comment-page-1#comment-33331</link>
		<dc:creator>Integrateur html</dc:creator>
		<pubDate>Tue, 19 Jan 2010 09:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/dates-in-php-and-mysql/#comment-33331</guid>
		<description>More than 3 years later, thanks a lot ;)
It was really helpfull !</description>
		<content:encoded><![CDATA[<p>More than 3 years later, thanks a lot <img src='http://www.richardlord.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
It was really helpfull !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://www.richardlord.net/blog/dates-in-php-and-mysql/comment-page-1#comment-33195</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Wed, 06 Jan 2010 17:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/dates-in-php-and-mysql/#comment-33195</guid>
		<description>hi,

i have a record  in a mysql table with a timestamp colum. i wan tot:

1) find a record within the last 24 hours.

2) some how do a calculation on (1) to add 24hrs to this recrd and subtract the time now and display the calculated time on screen via php.

ie. the requirement is to tell user/php how long before another record can be inserted since the last entry.

i can do (1)  but dont know how to do 2. any help is appreciated.

thanks.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i have a record  in a mysql table with a timestamp colum. i wan tot:</p>
<p>1) find a record within the last 24 hours.</p>
<p>2) some how do a calculation on (1) to add 24hrs to this recrd and subtract the time now and display the calculated time on screen via php.</p>
<p>ie. the requirement is to tell user/php how long before another record can be inserted since the last entry.</p>
<p>i can do (1)  but dont know how to do 2. any help is appreciated.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mysq format date</title>
		<link>http://www.richardlord.net/blog/dates-in-php-and-mysql/comment-page-1#comment-33192</link>
		<dc:creator>mysq format date</dc:creator>
		<pubDate>Wed, 06 Jan 2010 11:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/dates-in-php-and-mysql/#comment-33192</guid>
		<description>I have created a website to help format mysql dates.

http://www.mysqlformatdate.com</description>
		<content:encoded><![CDATA[<p>I have created a website to help format mysql dates.</p>
<p><a href="http://www.mysqlformatdate.com" rel="nofollow">http://www.mysqlformatdate.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.richardlord.net/blog/dates-in-php-and-mysql/comment-page-1#comment-12610</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 30 May 2007 09:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/dates-in-php-and-mysql/#comment-12610</guid>
		<description>I just wanted to say, thanks for a great article, has helped me heaps!</description>
		<content:encoded><![CDATA[<p>I just wanted to say, thanks for a great article, has helped me heaps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro</title>
		<link>http://www.richardlord.net/blog/dates-in-php-and-mysql/comment-page-1#comment-10012</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Wed, 09 May 2007 16:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/dates-in-php-and-mysql/#comment-10012</guid>
		<description>Very well written article! clear and simple! Thanks for publishing!</description>
		<content:encoded><![CDATA[<p>Very well written article! clear and simple! Thanks for publishing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Babu</title>
		<link>http://www.richardlord.net/blog/dates-in-php-and-mysql/comment-page-1#comment-9489</link>
		<dc:creator>Babu</dc:creator>
		<pubDate>Fri, 04 May 2007 02:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/dates-in-php-and-mysql/#comment-9489</guid>
		<description>man..........u dont know how helpful u have been.....

i was fxxxxxg frustrated due to confusion of timestamp..........was abt to break my laptop......but then i found ur article.......and the problem was solved in a min.......thx buddy...</description>
		<content:encoded><![CDATA[<p>man&#8230;&#8230;&#8230;.u dont know how helpful u have been&#8230;..</p>
<p>i was fxxxxxg frustrated due to confusion of timestamp&#8230;&#8230;&#8230;.was abt to break my laptop&#8230;&#8230;but then i found ur article&#8230;&#8230;.and the problem was solved in a min&#8230;&#8230;.thx buddy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.richardlord.net/blog/dates-in-php-and-mysql/comment-page-1#comment-4597</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Mon, 19 Mar 2007 01:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/dates-in-php-and-mysql/#comment-4597</guid>
		<description>Very cool article. I think a nice addition would be getting dates from mysql and displaying them using php formatting functions. I&#039;ve pretty much got it figured out. But you may be able to explain it better than a lot of the other resources I&#039;ve found for displaying dates in a user-friendly format. Thanks!</description>
		<content:encoded><![CDATA[<p>Very cool article. I think a nice addition would be getting dates from mysql and displaying them using php formatting functions. I&#8217;ve pretty much got it figured out. But you may be able to explain it better than a lot of the other resources I&#8217;ve found for displaying dates in a user-friendly format. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard</title>
		<link>http://www.richardlord.net/blog/dates-in-php-and-mysql/comment-page-1#comment-711</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Sat, 06 Jan 2007 15:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigroom.co.uk/blog/dates-in-php-and-mysql/#comment-711</guid>
		<description>Thanks Dan. That&#039;s something I should have mentioned above.</description>
		<content:encoded><![CDATA[<p>Thanks Dan. That&#8217;s something I should have mentioned above.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
