Registry / utility / joda-time

joda-time

JSON →
library2.14.2javamavenunverified

Date and time library to replace JDK date handling.

<dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.14.2</version> </dependency>
INSTALL
IMPORT
SIG · JODA-TIME
J
joda-time
utilityjavav2.14.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DateTime
org.joda.time.DateTime

Creates a DateTime object representing the current moment.

import org.joda.time.DateTime; public class Example { public static void main(String[] args) { DateTime now = new DateTime(); System.out.println(now.toString()); } }
Debug
Known issues
gotchaJoda-Time is largely replaced by java.time in Java 8+.
fix
Consider migrating to java.time for new projects.
affects: *
Upgrade
Version history
2.14.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
joda-time — mvn dependency:get joda-time · libregistry