<?xml version="1.0" encoding="iso-8859-1"?><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: mysql date column type</title>
	<atom:link href="http://pure-essence.net/2005/04/11/mysql-date-column-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://pure-essence.net/2005/04/11/mysql-date-column-type/</link>
	<description>you must visit this geeky girl&#039;s weblog!</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:40:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fallen</title>
		<link>http://pure-essence.net/2005/04/11/mysql-date-column-type/comment-page-1/#comment-139610</link>
		<dc:creator>Fallen</dc:creator>
		<pubDate>Thu, 13 Dec 2007 14:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/04/11/mysql-date-column-type/#comment-139610</guid>
		<description>I have started using mysql based dates, times, timestamps instead of doing work with PHP, and my work has became much easier. If you trying to decide if place unix timestamp in the database or mysql native, GO for mysql one, your life will be easier too  :biggrin:</description>
		<content:encoded><![CDATA[<p>I have started using mysql based dates, times, timestamps instead of doing work with PHP, and my work has became much easier. If you trying to decide if place unix timestamp in the database or mysql native, GO for mysql one, your life will be easier too  <img src='http://pure-essence.net/wp-includes/images/smilies/biggrin.gif' alt=':biggrin:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cine</title>
		<link>http://pure-essence.net/2005/04/11/mysql-date-column-type/comment-page-1/#comment-15373</link>
		<dc:creator>Cine</dc:creator>
		<pubDate>Fri, 27 May 2005 15:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/04/11/mysql-date-column-type/#comment-15373</guid>
		<description>What I don&#039;t like about having unix timestamps in the database is that it is impossible to read for the human eye. Which means, that when browsing the database with phpMyAdmin it&#039;s really difficult to actually look at the dates. That&#039;s why I more often than not set the type as DATE. :D</description>
		<content:encoded><![CDATA[<p>What I don&#8217;t like about having unix timestamps in the database is that it is impossible to read for the human eye. Which means, that when browsing the database with phpMyAdmin it&#8217;s really difficult to actually look at the dates. That&#8217;s why I more often than not set the type as DATE. <img src='http://pure-essence.net/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dodo</title>
		<link>http://pure-essence.net/2005/04/11/mysql-date-column-type/comment-page-1/#comment-14267</link>
		<dc:creator>dodo</dc:creator>
		<pubDate>Tue, 12 Apr 2005 13:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/04/11/mysql-date-column-type/#comment-14267</guid>
		<description>actually you can do something like select UNIX_TIMESTAMP(date_column) and it returns the unix timestamp. tho i still don&#039;t see a very convenient way with date type to figure something like how many days it&#039;s from a certain date. in unixstamp, you can just do
&lt;code&gt;(&#36;timerightnow - &#36;dateinquestion) &#47; 24 * 3600 = NUM OF DAYS&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>actually you can do something like select UNIX_TIMESTAMP(date_column) and it returns the unix timestamp. tho i still don&#8217;t see a very convenient way with date type to figure something like how many days it&#8217;s from a certain date. in unixstamp, you can just do<br />
<code>(&amp;#36;timerightnow - &amp;#36;dateinquestion) &amp;#47; 24 * 3600 = NUM OF DAYS</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daynah</title>
		<link>http://pure-essence.net/2005/04/11/mysql-date-column-type/comment-page-1/#comment-14252</link>
		<dc:creator>Daynah</dc:creator>
		<pubDate>Mon, 11 Apr 2005 23:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/04/11/mysql-date-column-type/#comment-14252</guid>
		<description>heehee.. I tried to tell you! :)  I&#039;ve use mysql date too much.. I don&#039;t even know how to revert back to unix timestamp.</description>
		<content:encoded><![CDATA[<p>heehee.. I tried to tell you! <img src='http://pure-essence.net/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ve use mysql date too much.. I don&#8217;t even know how to revert back to unix timestamp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bubs</title>
		<link>http://pure-essence.net/2005/04/11/mysql-date-column-type/comment-page-1/#comment-14251</link>
		<dc:creator>Bubs</dc:creator>
		<pubDate>Mon, 11 Apr 2005 21:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/archives/2005/04/11/mysql-date-column-type/#comment-14251</guid>
		<description>Wow, thanks for the link!  I&#039;ve been working with PHP and built-in dates in mySQL and I kept running into problems :ouch:  I can&#039;t wait to give this a try!</description>
		<content:encoded><![CDATA[<p>Wow, thanks for the link!  I&#8217;ve been working with PHP and built-in dates in mySQL and I kept running into problems <img src='http://pure-essence.net/wp-includes/images/smilies/ouch.gif' alt=':ouch:' class='wp-smiley' />  I can&#8217;t wait to give this a try!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
