Joda Time - Java date and time API
Joda-Time is a good replacement for the Java date and time classes. It supports multiple calendar systems like Gregorian, Julian, Buddhist, Coptic, Ethiopic and Islamic systems. The time zone implementation is based on the public tz database, which is updated several times a year.
http://joda-time.sourceforge.net/
comments powered by Disqus
Related Products
Stringtotime - A Java library for parsing just about any English textual datetime description into a
This project has been moved to GitHub. IntroductionBeing versed in many languages, from time to time we find ourselves coding in one language and longing for the features of another. One such feature missing from Java but built-into PHP is a reliable way of interpreting human descriptions of time into a machine-readable timestamp. StringToTime for Java is an implementation of PHP's strtotime function, which accepts English descriptions of time like next Tuesday and produces a Unix timestamp of t
Joda-time-jpox - Project aims to add mappings necessary to persist Joda Time objects using DataNucle
Joda Time - DataNucleus/JPOX supportOverviewJoda-Time is a quality alternative and improvement on the JDK Date and Calendar classes. DataNucleus is a JDO/JPA compliant persistence engine. This project supplies class mapping for Joda-Time classes to be persisted using DataNucleus/JPOX. RequirementsJDK 1.3+ DataNucleus 1.0.0+ or JPOX 1.2.2+ Joda-Time 1.5.0+ Releases0.8.2 - Updated to DataNucleus 1.1.x releases. 0.8.1 - Fix for including types back into the default fetch group. 0.8.0 - Updated depe
Goda-time - GWT port of Joda-Time
GWT port of Joda-Time Goda-Time provides a first class date and time API for GWT based on the Joda-Time paradigm (which differs from the java.util.Calendar paradigm). At present GWT lacks emulation of java.util.Calendar and it is likely to remain that way. Goda-Time still needs help with cleanup and unit tests. Goda-Time needs volunteers. Send a message to the group to indicate your interest. NewsNov 18, 2008The release file has been deprecated until recently identified licensing issues are reso
Gwt-joda-time - GWT port of JodaTime
SummaryPort of JodaTime for use with the Google Web Toolkit (GWT). What's Different from JodaTimeGWT only supports a subset of available Java classes (see http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html for details). Thus, certain features of JodaTime are not supported as this point. The following classes are not supported by GWT and so any related code has been removed from gwt-joda-time: java.io.Writer java.util.Calendar - including LocalDate java.io.ObjectInputStream and jav
Noda-time - A port of Joda Time to .NET
Joda Time is the industry standard date and time handling library for Java. Noda Time is an idiomatic port to the .NET platform.
Kazao-calendar - Calendar component for java
OverviewKazao-calendar is swing base calendar component for edit date and time with interaktif user interface. Kazao calendar is 5 part of component: KazaoCalendar, KazaoCalendarDateTime, KazaoCalendarDate, KazaoCalendarTime and KazaoCalendarDialog. Next ReleaseComing soon Kazao Calendar 2.0 a java swing calendar component with many improvement: Leightweight Selectable editor Multiple selected date Themes support Desktop/Applet application support Released plan @ Mei 2008
Google-rfc-2445 - A java implementation of RFC 2445 (ical) recurrence rules
RFC 2445 describes a scheme for calendar interoperability.This project implements core parts of RFC 2445 including a parser for recurrence rules, and date lists, and a mechanism for evaluating recurrence rules. See the javadoc for known issues and caveats. For questions and the occasional answer, join the user & developer group. Features:evaluates recurrence rules that don't occur more frequently than daily evaluates groups of recurrence rules and handles exceptions Support for Joda-time dates a
Dyndatetime - jQuery DateTime plugin: progressive enhance your chosen text fields.
InformationThis jQuery plugin makes it easy to add date and time selection to textfield inputs. jQuery("input.dateField").dynDateTime(); This example will make all input elements tagged with the dateField class. There are plenty of options for configuration; see details in documentation. jQuery has lots of date pickers, but no date- time pickers. This supports date and time, and renders the value to a single field in a configurable format. Demo examplePlease see the example page, which is also c
Data-mediator - PHP value converter and validator for forms and requests in general
InspirationI guess i'm not the only one tired of writting similar or the same PHP code for web forms and or requests over and over again. Number, date or money input and output fields, file uploads... I'm not talking user interface implementation but converting and validating the values passed to your server side script and feeding them back to your view. Some kind of data mediator. Something i could use in combination with any Javascript framework to create the user interface or simply plain ol
Crunchutils - A library providing some "crunchy" utility classes for Java projects.
What's crunchutils?This project is an attempt to contribute some of the code which is used internally at mCruncher. As we use lot of open source projects extensively, we felt that we should give something back to the community and this is one small step to realize that vision. This doesn't mean that you shouldn't contribute to this project. If you are interested, you can help improve crunchutils so that it benefits all. Why another library when there are zillions of java libraries?crunchutils do