The Artima Developer Community
Sponsored Link

Java Buzz Forum
Joda Time - An open source Java date and time API.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Goldy Lukka

Posts: 1008
Nickname: xyling
Registered: Jan, 2004

Goldy Lukka is a Java Developer and an Entrepreneur. He is Founder of xyling.com.
Joda Time - An open source Java date and time API. Posted: Feb 24, 2004 5:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Goldy Lukka.
Original Post: Joda Time - An open source Java date and time API.
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
Latest Java Buzz Posts
Latest Java Buzz Posts by Goldy Lukka
Latest Posts From Xyling Java Blogs

Advertisement
Date and Time handling is fundamental to many applications. However, the classes supplied in Java have always been weak. Date should have been immutable, like String. Instead, it has many deprecated methods. Calendar makes accessing 'normal' dates difficult, due to the lack of simple methods. Calendar also has some strange performance characteristics.
The Joda Dates project seeks to provide an implementation of dates and times for the Java community. The 'default' calendar system implemented will be the ISO8601 standard. This specifies a framework for date and time independent of locale. Thus, in the standard, the first day of the week is Monday, and this has the index 1. This avoids any ambiguity across national boundaries.
Additional calendar systems supported are Gregorian, Julian, GregorianJulian (GJ), Buddhist and Coptic. The design is flexible and pluggable, so adding additional calendar systems should be easy.

[Resource-Type: API; Category: Java/J2SE; Level: All, XRating: 4]
*Explore this API with JACK and develop your programs faster

Read: Joda Time - An open source Java date and time API.

Topic: Tips for Michaels Previous Topic   Next Topic Topic: DEMO Update

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use