<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Dates &#038; MySQL</title>
	<link>http://www.jellyandcustard.com/2006/02/13/dates-mysql/</link>
	<description>Web Development Blog</description>
	<pubDate>Fri, 05 Sep 2008 22:12:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Ethan</title>
		<link>http://www.jellyandcustard.com/2006/02/13/dates-mysql/#comment-126</link>
		<pubDate>Mon, 01 May 2006 13:15:02 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/02/13/dates-mysql/#comment-126</guid>
					<description>The UNIX Timestamp also has one other floor. It only goes to 2038. Seeing as I am dealing with programs that have to calculate 20-30 years ahead I have had to revert to datetime()</description>
		<content:encoded><![CDATA[<p>The UNIX Timestamp also has one other floor. It only goes to 2038. Seeing as I am dealing with programs that have to calculate 20-30 years ahead I have had to revert to datetime()
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Nate K</title>
		<link>http://www.jellyandcustard.com/2006/02/13/dates-mysql/#comment-37</link>
		<pubDate>Fri, 24 Feb 2006 15:11:55 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/02/13/dates-mysql/#comment-37</guid>
					<description>I would agree with the above post, as well as some other issues I have ran into. 

I recently did a site that required a timeline. This timeline had MANY dates before 1970 - so therefore a different format HAD to be used. 

Though i think its good to do things on the MySQL end, I tend to do the majority of it through the programming to keep my queries and formatting separately.</description>
		<content:encoded><![CDATA[<p>I would agree with the above post, as well as some other issues I have ran into. </p>
<p>I recently did a site that required a timeline. This timeline had MANY dates before 1970 - so therefore a different format HAD to be used. </p>
<p>Though i think its good to do things on the MySQL end, I tend to do the majority of it through the programming to keep my queries and formatting separately.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joseph Scott</title>
		<link>http://www.jellyandcustard.com/2006/02/13/dates-mysql/#comment-29</link>
		<pubDate>Mon, 13 Feb 2006 18:35:27 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/02/13/dates-mysql/#comment-29</guid>
					<description>Formatting dates this way probably leaves with a MySQL only solution though.  Formatting the date in PHP at least gives you once less problem when trying to support multiple databases.</description>
		<content:encoded><![CDATA[<p>Formatting dates this way probably leaves with a MySQL only solution though.  Formatting the date in PHP at least gives you once less problem when trying to support multiple databases.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
