Package | Description |
---|---|
org.joda.time |
Provides support for dates, times, time zones, durations, intervals, and
partials.
|
org.joda.time.format |
Provides printing and parsing support for instants and durations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadWritableDateTime
Defines an instant in time that can be queried and modified using datetime fields.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableDateTime
MutableDateTime is the standard implementation of a modifiable datetime class.
|
Modifier and Type | Method and Description |
---|---|
int |
DateTimeFormatter.parseInto(ReadWritableInstant instant,
String text,
int position)
Parses a datetime from the given text, at the given position, saving the
result into the fields of the given ReadWritableInstant.
|
Copyright © 2002–2025 Joda.org. All rights reserved.