org.apache.commons.lang.time.DateUtils <p>A suite of utilities surrounding the use of the {@link java.util.Calendar} and {@link java.util.Date} object.</p> @author <a HREF="mailto:sergek@lokitech.com">Serge Knystautas</a> @author Stephen Colebourne @author Janek Bogucki @author <a HREF="mailto:ggregory@seagu ...
org.apache.ws.jaxme.xs.junit.FormatTest <p>Test case for the various instances of {@link java.text.Format}, which are being used to parse special types like <code>xs:dateTime</code>.</p> @author <a HREF="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
org.apache.commons.lang.time.FastDateFormat <p>FastDateFormat is a fast and thread-safe version of {@link java.text.SimpleDateFormat}.</p> <p>This class can be used as a direct replacement to <code>SimpleDateFormat</code> in most formatting situations. This class is especially useful in multi-threaded server e ...
org.apache.xalan.lib.ExsltDatetime This class contains EXSLT dates and times extension functions. It is accessed by specifying a namespace URI as follows: <pre> xmlns:datetime="http://exslt.org/dates-and-times" </pre> The documentation for each function has been copied from the relevant EXSLT Implementer page. @see &l ...
org.hsqldb.HsqlDateTime fredt@users 20020130 - patch 1.7.0 by fredt - new class replaces patch by deforest@users fredt@users 20020414 - patch 517028 by peterhudson@users - use of calendar fredt@users 20020414 - patch 828957 by tjcrowder@users - JDK 1.3 compatibility fredt@users 20040105 - patch 870957 by Gerhard Hiller - ...
com.mysql.jdbc.ResultSet A ResultSet provides access to a table of data generated by executing a Statement. The table rows are retrieved in sequence. Within a row its column values can be accessed in any order. <P> A ResultSet maintains a cursor pointing to its current row of data. Initially the cursor is positione ...
org.apache.myfaces.custom.calendar.HtmlCalendarRenderer $Log: HtmlCalendarRenderer.java,v $ Revision 1.21 2005/04/08 02:02:26 schof Fixes MYFACES-167 (Thanks to David Heffelfinger for reporting the bug and supplying the patch.) Revision 1.20 2005/02/11 14:11:04 mmarinschek fixed jira 97 Revision 1.19 2005/02/11 13:24:01 mmarinschek fix jira 60, ...
com.lowagie.text.pdf.PdfPKCS7 This class does all the processing related to signing and verifying a PKCS#7 signature. <p> It's based in code found at org.bouncycastle.
org.apache.poi.hssf.usermodel.HSSFDateUtil Contains methods for dealing with Excel dates. @author Michael Harhen @author Glen Stampoultzis (glens at apache.org) @author Dan Sherman (dsherman at isisph.com) @author Hack Kampbjorn (hak at 2mba.dk)
org.jfree.data.time.Month Represents a single month. This class is immutable, which is a requirement for all {@link RegularTimePeriod} subclasses.