<?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: Parsing Strings to DateTime (or LocalDate) using Joda time</title>
	<atom:link href="http://www.codercorp.com/blog/java/parsing-strings-to-datetime-or-localdate-using-joda-time.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codercorp.com/blog/java/parsing-strings-to-datetime-or-localdate-using-joda-time.html</link>
	<description>Everything java</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:25:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kodjo</title>
		<link>http://www.codercorp.com/blog/java/parsing-strings-to-datetime-or-localdate-using-joda-time.html/comment-page-1#comment-712</link>
		<dc:creator>Kodjo</dc:creator>
		<pubDate>Thu, 27 Jan 2011 14:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=302#comment-712</guid>
		<description>I wanted to print also &quot;/&quot; between dd and MM etc</description>
		<content:encoded><![CDATA[<p>I wanted to print also &#8220;/&#8221; between dd and MM etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kodjo</title>
		<link>http://www.codercorp.com/blog/java/parsing-strings-to-datetime-or-localdate-using-joda-time.html/comment-page-1#comment-711</link>
		<dc:creator>Kodjo</dc:creator>
		<pubDate>Thu, 27 Jan 2011 14:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=302#comment-711</guid>
		<description>Very good. Thank you! But I wanted to print also hours, min , and sec. I found the static class DateFormat to perform that :

 DateTime dateTime = new DateTime();
 DateTimeFormatter formatter = DateTimeFormat.forPattern(&quot;dd/MM/yyyy hh:mm:ss&quot;);
 dateTime = formatter.parseDateTime(dateText);</description>
		<content:encoded><![CDATA[<p>Very good. Thank you! But I wanted to print also hours, min , and sec. I found the static class DateFormat to perform that :</p>
<p> DateTime dateTime = new DateTime();<br />
 DateTimeFormatter formatter = DateTimeFormat.forPattern(&#8220;dd/MM/yyyy hh:mm:ss&#8221;);<br />
 dateTime = formatter.parseDateTime(dateText);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Technocurry</title>
		<link>http://www.codercorp.com/blog/java/parsing-strings-to-datetime-or-localdate-using-joda-time.html/comment-page-1#comment-612</link>
		<dc:creator>Technocurry</dc:creator>
		<pubDate>Tue, 16 Mar 2010 19:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=302#comment-612</guid>
		<description>dude u stopped blogging?</description>
		<content:encoded><![CDATA[<p>dude u stopped blogging?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav Arora</title>
		<link>http://www.codercorp.com/blog/java/parsing-strings-to-datetime-or-localdate-using-joda-time.html/comment-page-1#comment-552</link>
		<dc:creator>Gaurav Arora</dc:creator>
		<pubDate>Fri, 27 Nov 2009 16:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=302#comment-552</guid>
		<description>Good to know. Looking forward to the next release. :)</description>
		<content:encoded><![CDATA[<p>Good to know. Looking forward to the next release. <img src='http://www.codercorp.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Colebourne</title>
		<link>http://www.codercorp.com/blog/java/parsing-strings-to-datetime-or-localdate-using-joda-time.html/comment-page-1#comment-551</link>
		<dc:creator>Stephen Colebourne</dc:creator>
		<pubDate>Fri, 27 Nov 2009 11:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.codercorp.com/blog/?p=302#comment-551</guid>
		<description>The next version of Joda-Time will have a parseLocalDate() method.</description>
		<content:encoded><![CDATA[<p>The next version of Joda-Time will have a parseLocalDate() method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

