Date/Time package now in.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137399 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2003-07-07 15:13:20 +00:00
parent ddc484468d
commit ef1464b921

View File

@ -7,7 +7,7 @@
<div align="center">
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
$Id: STATUS.html,v 1.38 2003/07/07 15:11:35 bayard Exp $<br />
$Id: STATUS.html,v 1.39 2003/07/07 15:13:20 bayard Exp $<br />
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
@ -125,7 +125,6 @@ <h3>5. ACTION ITEMS</h3>
<li>Reflection utilities - work underway in reflect package.</li>
<li>Operating system information - maybe part of SystemUtils, maybe another project</li>
<li>Maths utils - possible addition of mathmatics helper.</li>
<li>Date and Calendar utils - work underway in time package.</li>
<li>DateRange</li>
<li>CloneUtils - utility class to enable cloning via various different mechanisms. This code exists in [pattern] at present.</li>
<li>StringUtils unescape method - String Taglib has shown that this method is missing from StringUtils. It would take a String with "\n" in and convert it to the Java character. unescape and escape should be symmetric - [DONE. Test symmetry] </li>