Package org.apache.commons.lang3.time

Provides classes and methods to work with dates and durations.

See:
          Description

Class Summary
DateFormatUtils Date and time formatting utilities and constants.
DateUtils A suite of utilities surrounding the use of the Calendar and Date object.
DurationFormatUtils Duration formatting utilities and constants.
FastDateFormat FastDateFormat is a fast and thread-safe version of SimpleDateFormat.
StopWatch StopWatch provides a convenient API for timings.
 

Package org.apache.commons.lang3.time Description

Provides classes and methods to work with dates and durations.

Since:
2.0

These classes are immutable (and therefore thread-safe) apart from StopWatch.



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.