<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mobile Developer Tips &#187; Date and Time</title>
	<atom:link href="http://MobileDeveloperTips.com/category/date-and-time/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 16 May 2012 12:25:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How Many Days Are In The Current Month</title>
		<link>http://MobileDeveloperTips.com/date-and-time/how-many-days-are-in-the-current-month.html</link>
		<comments>http://MobileDeveloperTips.com/date-and-time/how-many-days-are-in-the-current-month.html#comments</comments>
		<pubDate>Thu, 05 Apr 2012 02:43:45 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Date and Time]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=11444</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/date-and-time/how-many-days-are-in-the-current-month.html">How Many Days Are In The Current Month</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
How Many Days Are In The Current Month is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved If you ever need to determine how many days are in the current month, here are a few lines of code to get you there. Calling the rangeOfUnit method in the NSCalendar object, you specify both [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-2.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 2: Format Strings'>Date Formatter Examples &#8211; Take 2: Format Strings</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatter-examples.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 1: NSDateFormatter'>Date Formatter Examples &#8211; Take 1: NSDateFormatter</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatter-examples-take-4-setting-locale.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 4: Setting Locale'>Date Formatter Examples &#8211; Take 4: Setting Locale</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/date-and-time/how-many-days-are-in-the-current-month.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Date Formatter Examples &#8211; Take 4: Setting Locale</title>
		<link>http://MobileDeveloperTips.com/cocoa/date-formatter-examples-take-4-setting-locale.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/date-formatter-examples-take-4-setting-locale.html#comments</comments>
		<pubDate>Tue, 07 Jul 2009 13:20:11 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Date and Time]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2531</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/date-formatter-examples-take-4-setting-locale.html">Date Formatter Examples &#8211; Take 4: Setting Locale</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Date Formatter Examples &#8211; Take 4: Setting Locale is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved A reader recently wrote and asked how to show a date output in a different language. By default, the NSDateFormatter will use the locale set on the device, so no code specific locale changes are required [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-3.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 3: Date from String'>Date Formatter Examples &#8211; Take 3: Date from String</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-2.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 2: Format Strings'>Date Formatter Examples &#8211; Take 2: Format Strings</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatter-examples.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 1: NSDateFormatter'>Date Formatter Examples &#8211; Take 1: NSDateFormatter</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/date-formatter-examples-take-4-setting-locale.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Determining Elapsed Time</title>
		<link>http://MobileDeveloperTips.com/date-and-time/determining-elapsed-time.html</link>
		<comments>http://MobileDeveloperTips.com/date-and-time/determining-elapsed-time.html#comments</comments>
		<pubDate>Wed, 06 May 2009 03:22:08 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Date and Time]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=2202</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/date-and-time/determining-elapsed-time.html">Determining Elapsed Time</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Determining Elapsed Time is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved I recently wrote a short block of code to display an activity indicator while waiting for an image to be written to the iPhone camera roll. The problem I ran into is that the time to write the image file varies, [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/showing-network-activity-when-there-isn%e2%80%99t-any.html' rel='bookmark' title='Showing Network Activity When there Isn’t Any'>Showing Network Activity When there Isn’t Any</a></li>
<li><a href='http://MobileDeveloperTips.com/xcode/xcode-debugging-going-back-in-time.html' rel='bookmark' title='Xcode Debugging: Going Back in Time'>Xcode Debugging: Going Back in Time</a></li>
<li><a href='http://MobileDeveloperTips.com/cpp/c-on-iphone-part-3-run-time-type-identification.html' rel='bookmark' title='C++ on iPhone: Part 3, Run Time Type Identification'>C++ on iPhone: Part 3, Run Time Type Identification</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/date-and-time/determining-elapsed-time.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date Formatter Examples &#8211; Take 3: Date from String</title>
		<link>http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-3.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-3.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 08:34:37 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Date and Time]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1072</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-3.html">Date Formatter Examples &#8211; Take 3: Date from String</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Date Formatter Examples &#8211; Take 3: Date from String is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved While working on an iPhone application recently, I needed to convert a date read from an XML stream that was in the following format: 20081122 to a nicely formatted string for display on the device: [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-2.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 2: Format Strings'>Date Formatter Examples &#8211; Take 2: Format Strings</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatter-examples.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 1: NSDateFormatter'>Date Formatter Examples &#8211; Take 1: NSDateFormatter</a></li>
<li><a href='http://MobileDeveloperTips.com/debugging/yet-another-debug-output-nslog-replacement.html' rel='bookmark' title='Yet Another Debug Output (NSLog Replacement)'>Yet Another Debug Output (NSLog Replacement)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-3.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Date Formatter Examples &#8211; Take 2: Format Strings</title>
		<link>http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-2.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-2.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 09:06:34 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Date and Time]]></category>
		<category><![CDATA[date formatter]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1019</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-2.html">Date Formatter Examples &#8211; Take 2: Format Strings</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Date Formatter Examples &#8211; Take 2: Format Strings is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved In the first post on working with dates several of the examples use the &#8220;old style&#8221; date format syntax. The examples work, however, I want to show an additional example that uses the ICU (International Components [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/date-formatter-examples.html' rel='bookmark' title='Date Formatter Examples &#8211; Take 1: NSDateFormatter'>Date Formatter Examples &#8211; Take 1: NSDateFormatter</a></li>
<li><a href='http://MobileDeveloperTips.com/objective-c/initializers.html' rel='bookmark' title='Initializers'>Initializers</a></li>
<li><a href='http://MobileDeveloperTips.com/objective-c/alternative-use-of-properties.html' rel='bookmark' title='Alternative Use of Properties?'>Alternative Use of Properties?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/date-formatters-examples-take-2.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Date Formatter Examples &#8211; Take 1: NSDateFormatter</title>
		<link>http://MobileDeveloperTips.com/cocoa/date-formatter-examples.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/date-formatter-examples.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 12:24:23 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Date and Time]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=933</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/date-formatter-examples.html">Date Formatter Examples &#8211; Take 1: NSDateFormatter</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Date Formatter Examples &#8211; Take 1: NSDateFormatter is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Sometimes all you&#8217;re really looking for is a basic chunk of code to get something done. For example, I was working on an application yesterday and needed to display the current date in text format: October 29, [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/objective-c/alternative-use-of-properties.html' rel='bookmark' title='Alternative Use of Properties?'>Alternative Use of Properties?</a></li>
<li><a href='http://MobileDeveloperTips.com/objective-c/defining-a-class.html' rel='bookmark' title='Defining a Class'>Defining a Class</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/filename-and-line-number-with-nslog-part-i.html' rel='bookmark' title='Filename and Line Number with NSLog: Part I'>Filename and Line Number with NSLog: Part I</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/date-formatter-examples.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

