<?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: Date Formatters &#8211; Part 1</title>
	<atom:link href="http://MacDeveloperTips.com/cocoa/date-formatters-part-1.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MacDeveloperTips.com/cocoa/date-formatters-part-1.html</link>
	<description>Tips, tools and code for iPhone and Mac developers.</description>
	<lastBuildDate>Tue, 01 May 2012 00:21:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: MattjDrake</title>
		<link>http://MacDeveloperTips.com/cocoa/date-formatters-part-1.html/comment-page-1#comment-568</link>
		<dc:creator>MattjDrake</dc:creator>
		<pubDate>Wed, 31 Dec 2008 15:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=257#comment-568</guid>
		<description>Great post!

About three weeks ago I was looking for this exact information.  I was very surprised how awkward working with dates was in this language.

One other thing that I have found problematic is that I am trying to store dates in a SQLite database and so I am trying to store the number itself (while converting it to a date inside the program itself).  However, I have been noticing that I get multiple dates back for the same day when I am trying to execute a group by query against the database.

I suspect this is because the number stored also represents the time as well as the date.  Although I have not yet confirmed this.  Does anyone know of a way to get the number representation of the date without the time?  Or does anyone know of a better way to store dates in a database?</description>
		<content:encoded><![CDATA[<p>Great post!</p>
<p>About three weeks ago I was looking for this exact information.  I was very surprised how awkward working with dates was in this language.</p>
<p>One other thing that I have found problematic is that I am trying to store dates in a SQLite database and so I am trying to store the number itself (while converting it to a date inside the program itself).  However, I have been noticing that I get multiple dates back for the same day when I am trying to execute a group by query against the database.</p>
<p>I suspect this is because the number stored also represents the time as well as the date.  Although I have not yet confirmed this.  Does anyone know of a way to get the number representation of the date without the time?  Or does anyone know of a better way to store dates in a database?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

