<?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 Formatter Examples &#8211; Take 1: NSDateFormatter</title>
	<atom:link href="http://iPhoneDeveloperTips.com/cocoa/date-formatter-examples.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/cocoa/date-formatter-examples.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Piyushkumar</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/date-formatter-examples.html#comment-66904</link>
		<dc:creator>Piyushkumar</dc:creator>
		<pubDate>Wed, 08 Feb 2012 06:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=933#comment-66904</guid>
		<description>thanks for giving the simple way solving the example...</description>
		<content:encoded><![CDATA[<p>thanks for giving the simple way solving the example&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/date-formatter-examples.html#comment-323</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 25 Mar 2009 04:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=933#comment-323</guid>
		<description>Thanks Ignacio, I have removed the examples that are not applicable for the iPhone.</description>
		<content:encoded><![CDATA[<p>Thanks Ignacio, I have removed the examples that are not applicable for the iPhone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/date-formatter-examples.html#comment-315</link>
		<dc:creator>Ignacio</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=933#comment-315</guid>
		<description>This examples help a lot... however, is initWithDateFormat:allowNaturalLanguage: method really available fo iphone OS? I saw the documentation and there was no such a method. I think that method is Mac OS only.</description>
		<content:encoded><![CDATA[<p>This examples help a lot&#8230; however, is initWithDateFormat:allowNaturalLanguage: method really available fo iphone OS? I saw the documentation and there was no such a method. I think that method is Mac OS only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/date-formatter-examples.html#comment-90</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 30 Oct 2008 20:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=933#comment-90</guid>
		<description>Good call Nick, I&#039;ve updated the post with a few changes based on your comments.

Thanks.</description>
		<content:encoded><![CDATA[<p>Good call Nick, I&#8217;ve updated the post with a few changes based on your comments.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Ludlam</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/date-formatter-examples.html#comment-89</link>
		<dc:creator>Nick Ludlam</dc:creator>
		<pubDate>Thu, 30 Oct 2008 16:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=933#comment-89</guid>
		<description>Thanks for the post. Just a small point, but you can replace your

NSDate *today = [NSDate dateWithTimeIntervalSinceNow:0];

with a more succinct

NSDate *today = [NSDate date];

I&#039;ve also read that it&#039;s good practice to call release explicitly, rather than relying on autorelease, as there&#039;s an overhead with autoreleasing, and you can&#039;t control when the release will actually occur.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. Just a small point, but you can replace your</p>
<p>NSDate *today = [NSDate dateWithTimeIntervalSinceNow:0];</p>
<p>with a more succinct</p>
<p>NSDate *today = [NSDate date];</p>
<p>I&#8217;ve also read that it&#8217;s good practice to call release explicitly, rather than relying on autorelease, as there&#8217;s an overhead with autoreleasing, and you can&#8217;t control when the release will actually occur.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

