source: src/main/java/agents/org/apache/commons/lang/time/package.html

Last change on this file was 127, checked in by Wouter Pasman, 6 years ago

#41 ROLL BACK of rev.126 . So this version is equal to rev. 125

File size: 1.3 KB
Line 
1<!--
2Licensed to the Apache Software Foundation (ASF) under one or more
3contributor license agreements. See the NOTICE file distributed with
4this work for additional information regarding copyright ownership.
5The ASF licenses this file to You under the Apache License, Version 2.0
6(the "License"); you may not use this file except in compliance with
7the License. You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17<html>
18<body>
19<p>
20Provides classes and methods to work with dates and durations.
21<p>
22This includes:
23<ul>
24<li><code>DateUtils</code> - a set of static utility methods for working with dates
25<li><code>FastDateFormat</code> - a replacement for <code>SimpleDateFormat</code> that is fast and thread-safe
26<li><code>DateFormatUtils</code> - a formatting class for dates
27<li><code>StopWatch</code> - a duration timer
28</ul>
29@since 2.0
30<p>These classes are immutable (and therefore thread-safe) apart from {@link StopWatch}.</p>
31</body>
32</html>
Note: See TracBrowser for help on using the repository browser.