KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > TimeZone > Top Examples

  • 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 ...
  • 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.jboss.xb.binding.SimpleTypeBindings
    @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @author Thomas.Diesler@jboss.org @version <tt>$Revision: 1.1.2.1 $</tt>
  • test.wsdl.roundtrip.RoundtripTestServiceTestCase
    This class contains the test methods to verify that Java mapping to XML/WSDL works as specified by the JAX-RPC specification. The following items are tested: - Primitives - Standard Java Classes - Arrays - Multiple Arrays - JAX-RPC Value Types - Nillables (when used with literal element declarati ...
  • org.apache.log4j.lf5.util.DateFormatManager
    Date format manager. Utility class to help manage consistent date formatting and parsing. It may be advantageous to have multiple DateFormatManagers per application. For example, one for handling the output (formatting) of dates, and another one for handling the input (parsing) of dates. @author ...
  • com.caucho.jstl.el.FormatDateTag
    Formats an i18n date and prints it.
  • org.quartz.CronTrigger
    <p> A concrete <code>{@link Trigger}</code> that is used to fire a <code>{@link org.quartz.JobDetail}</code> at given moments in time, defined with Unix 'cron-like' definitions. </p> <p> For those unfamiliar with "cron", this means being able to create a ...
  • org.jfree.chart.axis.MonthDateFormat
    A formatter that formats dates to show the initial letter(s) of the month name and, as an option, the year for the first or last month of each year.
  • org.jfree.chart.axis.DateAxis
    The base class for axes that display dates. You will find it easier to understand how this axis works if you bear in mind that it really displays/measures integer (or long) data, where the integers are milliseconds since midnight, 1-Jan-1970. When displaying tick labels, the millisecond values a ...
  • org.hibernate.impl.AbstractScrollableResults
    Implementation of the <tt>ScrollableResults</tt> interface @author Steve Ebersole
  • com.nwalsh.xalan.CVS
    <p>Saxon extension to convert CVS date strings into local time</p> <p>$Id: CVS.java,v 1.1 2004/12/24 14:24:08 slobodan Exp $</p> <p>Copyright (C) 2000 Norman Walsh.</p> <p>This class provides a <a HREF="http://users.iclway.co.uk/mhkay/saxon/">Saxo ...
  • org.jivesoftware.messenger.muc.MUCRoomHistory
    Represent the data model for one <code>MUCRoom</code> history. Including chat transcript, joining and leaving times. @author Gaston Dombiak
Popular Tags