<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How to Parse Dates from Strings</title>
	<link>http://coding.moris.org/archives/2006/07/22/parsing-dates-from-string-values/</link>
	<description>Java programming tips and advice, and other topics</description>
	<pubDate>Wed, 19 Nov 2008 12:08:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Eddy</title>
		<link>http://coding.moris.org/archives/2006/07/22/parsing-dates-from-string-values/#comment-8925</link>
		<pubDate>Mon, 24 Jul 2006 09:06:39 +0000</pubDate>
		<guid>http://coding.moris.org/archives/2006/07/22/parsing-dates-from-string-values/#comment-8925</guid>
					<description>Javed,

I sometimes refer to Java Almanac myself, for it is indeed an excellent resource.

Eddy</description>
		<content:encoded><![CDATA[<p>Javed,</p>
<p>I sometimes refer to Java Almanac myself, for it is indeed an excellent resource.</p>
<p>Eddy
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: javed</title>
		<link>http://coding.moris.org/archives/2006/07/22/parsing-dates-from-string-values/#comment-8915</link>
		<pubDate>Mon, 24 Jul 2006 05:27:15 +0000</pubDate>
		<guid>http://coding.moris.org/archives/2006/07/22/parsing-dates-from-string-values/#comment-8915</guid>
					<description>Thats  so true I recall the amount of time it took me to google out a good example of how to parse a string into date format some years back.

There is a site nowadays called http://javaalmanac.com/ that provides some really nice examples of how to perform  useful stuff in Java , its great time saver for beginners.</description>
		<content:encoded><![CDATA[<p>Thats  so true I recall the amount of time it took me to google out a good example of how to parse a string into date format some years back.</p>
<p>There is a site nowadays called <a href='http://javaalmanac.com/' rel='nofollow'>http://javaalmanac.com/</a> that provides some really nice examples of how to perform  useful stuff in Java , its great time saver for beginners.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Franck Arnulfo</title>
		<link>http://coding.moris.org/archives/2006/07/22/parsing-dates-from-string-values/#comment-8849</link>
		<pubDate>Sun, 23 Jul 2006 07:28:06 +0000</pubDate>
		<guid>http://coding.moris.org/archives/2006/07/22/parsing-dates-from-string-values/#comment-8849</guid>
					<description>Ooops, call df.setLenient(false)</description>
		<content:encoded><![CDATA[<p>Ooops, call df.setLenient(false)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Franck Arnulfo</title>
		<link>http://coding.moris.org/archives/2006/07/22/parsing-dates-from-string-values/#comment-8848</link>
		<pubDate>Sun, 23 Jul 2006 07:27:26 +0000</pubDate>
		<guid>http://coding.moris.org/archives/2006/07/22/parsing-dates-from-string-values/#comment-8848</guid>
					<description>Don't forget to call date.setLenient(false) before calling parse to have a strict matching.
Without this, you can have strange result if your date string is a user input.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget to call date.setLenient(false) before calling parse to have a strict matching.<br />
Without this, you can have strange result if your date string is a user input.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stephen Colebourne</title>
		<link>http://coding.moris.org/archives/2006/07/22/parsing-dates-from-string-values/#comment-8811</link>
		<pubDate>Sat, 22 Jul 2006 16:00:22 +0000</pubDate>
		<guid>http://coding.moris.org/archives/2006/07/22/parsing-dates-from-string-values/#comment-8811</guid>
					<description>You may want to look at Joda-Time http://joda-time.sourceforge.net</description>
		<content:encoded><![CDATA[<p>You may want to look at Joda-Time <a href='http://joda-time.sourceforge.net' rel='nofollow'>http://joda-time.sourceforge.net</a>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
