<?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: Java Date and Time API and JSR-310</title>
	<atom:link href="http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/</link>
	<description>software development and life.</description>
	<lastBuildDate>Fri, 03 Sep 2010 01:56:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zero cost commissions</title>
		<link>http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/comment-page-1/#comment-58721</link>
		<dc:creator>zero cost commissions</dc:creator>
		<pubDate>Wed, 01 Sep 2010 13:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolkje.net/?p=320#comment-58721</guid>
		<description>Maintain up the great work mate. This website article shows how well you recognize and know this subject.</description>
		<content:encoded><![CDATA[<p>Maintain up the great work mate. This website article shows how well you recognize and know this subject.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zero cost commissions</title>
		<link>http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/comment-page-1/#comment-58720</link>
		<dc:creator>zero cost commissions</dc:creator>
		<pubDate>Wed, 01 Sep 2010 13:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolkje.net/?p=320#comment-58720</guid>
		<description>hi. I just now got word of this valuable web site plus I have got to state that this amazing is a great article. Thanks just for this unique wise information.</description>
		<content:encoded><![CDATA[<p>hi. I just now got word of this valuable web site plus I have got to state that this amazing is a great article. Thanks just for this unique wise information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zero cost commissions</title>
		<link>http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/comment-page-1/#comment-58719</link>
		<dc:creator>zero cost commissions</dc:creator>
		<pubDate>Wed, 01 Sep 2010 12:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolkje.net/?p=320#comment-58719</guid>
		<description>Genuinely definitely excellent website article which has obtained me considering. I in no way looked at this from a stage of look at.</description>
		<content:encoded><![CDATA[<p>Genuinely definitely excellent website article which has obtained me considering. I in no way looked at this from a stage of look at.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A propos de Joda-Time &#171; C0De &#171; the coffee workshop</title>
		<link>http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/comment-page-1/#comment-58706</link>
		<dc:creator>A propos de Joda-Time &#171; C0De &#171; the coffee workshop</dc:creator>
		<pubDate>Fri, 09 Jul 2010 13:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolkje.net/?p=320#comment-58706</guid>
		<description>[...] http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/" rel="nofollow">http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: domik.ch</title>
		<link>http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/comment-page-1/#comment-58700</link>
		<dc:creator>domik.ch</dc:creator>
		<pubDate>Thu, 10 Jun 2010 14:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolkje.net/?p=320#comment-58700</guid>
		<description>You can get current date and/or time in Java using the following method. You may change the date format in the constructor of SimpleDateFormat to get the result in a different format:
    import java.util.Date;
    import java.text.DateFormat;
    import java.text.SimpleDateFormat;

    private String getDateTime() {
        DateFormat dateFormat = new SimpleDateFormat(&quot;yyyy/MM/dd HH:mm:ss&quot;);
        Date date = new Date();
        return dateFormat.format(date);
    }</description>
		<content:encoded><![CDATA[<p>You can get current date and/or time in Java using the following method. You may change the date format in the constructor of SimpleDateFormat to get the result in a different format:<br />
    import java.util.Date;<br />
    import java.text.DateFormat;<br />
    import java.text.SimpleDateFormat;</p>
<p>    private String getDateTime() {<br />
        DateFormat dateFormat = new SimpleDateFormat(&#8221;yyyy/MM/dd HH:mm:ss&#8221;);<br />
        Date date = new Date();<br />
        return dateFormat.format(date);<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gustav</title>
		<link>http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/comment-page-1/#comment-58678</link>
		<dc:creator>gustav</dc:creator>
		<pubDate>Sun, 28 Mar 2010 15:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolkje.net/?p=320#comment-58678</guid>
		<description>JSR-310 is just one of many projects that is more or less failing due to lack of resources.
So will oracle bring resources to JDK development or not ?.
Its not much point of keep going if not, this problem has been going on for many years and its only been worsening over time.
The alternative is to let the needed control go, and let outsiders do alot more.</description>
		<content:encoded><![CDATA[<p>JSR-310 is just one of many projects that is more or less failing due to lack of resources.<br />
So will oracle bring resources to JDK development or not ?.<br />
Its not much point of keep going if not, this problem has been going on for many years and its only been worsening over time.<br />
The alternative is to let the needed control go, and let outsiders do alot more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Winters</title>
		<link>http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/comment-page-1/#comment-58664</link>
		<dc:creator>Chris Winters</dc:creator>
		<pubDate>Mon, 15 Feb 2010 15:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolkje.net/?p=320#comment-58664</guid>
		<description>Another benefit of Joda (and presumably JSR-310) is that everything is threadsafe. Stressing immutability goes a long way toward this, but the fact that the JDK SimpleDateFormat is *not* threadsafe has bitten quite a few people.</description>
		<content:encoded><![CDATA[<p>Another benefit of Joda (and presumably JSR-310) is that everything is threadsafe. Stressing immutability goes a long way toward this, but the fact that the JDK SimpleDateFormat is *not* threadsafe has bitten quite a few people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/comment-page-1/#comment-58622</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolkje.net/?p=320#comment-58622</guid>
		<description>I don&#039;t think the comments in the sample Joda code represent the correct output. I get (of course the current time is different):

2010-01-19T12:56:09.256-06:00
2010-01-25T18:56:09.256-06:00
19-02-2028 12:56

The minutes, seconds, and milliseconds shouldn&#039;t change between the first two lines.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think the comments in the sample Joda code represent the correct output. I get (of course the current time is different):</p>
<p>2010-01-19T12:56:09.256-06:00<br />
2010-01-25T18:56:09.256-06:00<br />
19-02-2028 12:56</p>
<p>The minutes, seconds, and milliseconds shouldn&#8217;t change between the first two lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Hardisty</title>
		<link>http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/comment-page-1/#comment-58619</link>
		<dc:creator>Frank Hardisty</dc:creator>
		<pubDate>Tue, 19 Jan 2010 13:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolkje.net/?p=320#comment-58619</guid>
		<description>I&#039;m in the camp that hopes JSR 310 makes it in. It&#039;s time for time!

Joda Time is nice, it has a good API and seems well implemented. However, an external library is always in danger of falling behind (Apache Commons Collections, anyone?), or getting pushed aside later by a new standard.  

Also, the size of the 1.6 joda-time.jar is 534 kB. Now, half a megabyte ain&#039;t no thing on the server, but if you want to include it in a client application (Web Start or applet), that&#039;s a fair bit of bloat just to do some reasonable date and time operations.</description>
		<content:encoded><![CDATA[<p>I&#8217;m in the camp that hopes JSR 310 makes it in. It&#8217;s time for time!</p>
<p>Joda Time is nice, it has a good API and seems well implemented. However, an external library is always in danger of falling behind (Apache Commons Collections, anyone?), or getting pushed aside later by a new standard.  </p>
<p>Also, the size of the 1.6 joda-time.jar is 534 kB. Now, half a megabyte ain&#8217;t no thing on the server, but if you want to include it in a client application (Web Start or applet), that&#8217;s a fair bit of bloat just to do some reasonable date and time operations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Sturm</title>
		<link>http://www.wolkje.net/2010/01/06/java-date-and-time-api-and-jsr-310/comment-page-1/#comment-58576</link>
		<dc:creator>Martin Sturm</dc:creator>
		<pubDate>Sun, 10 Jan 2010 11:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wolkje.net/?p=320#comment-58576</guid>
		<description>Yes, I meant mutable. Thanks for pointing out!</description>
		<content:encoded><![CDATA[<p>Yes, I meant mutable. Thanks for pointing out!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
