KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > text > DateFormat > Top Examples

  • org.xquark.xpath.datamodel.SchemaFormater
    <code>SchemaFormater</code> is a class for formatting Schema primitive types into user-friendly strings and backward. <P><strong>Examples Using the french Locale:</strong> <P> <pre> Type Schema String User-friendly String ----------------- ...
  • 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.enhydra.barracuda.core.forms.FormType
    This class defines all valid FormTypes. Currently we support: <ul> <li>String</li> <li>Boolean</li> <li>Integer</li> <li>Long</li> <li>Short</li> <li>Double</li> <li>Float</li> <li>BigDecimal</li> ...
  • com.thoughtworks.xstream.converters.basic.ThreadSafeSimpleDateFormat
    Wrapper around java.text.SimpleDateFormat that can be called by multiple threads concurrently. <p/> <p>SimpleDateFormat has a high overhead in creating and is not thread safe. To make best use of resources, the ThreadSafeSimpleDateFormat provides a dynamically sizing pool of instances, ...
  • org.jfree.chart.labels.AbstractXYItemLabelGenerator
    A base class for creating item label generators.
  • jxl.biff.XFRecord
    Holds an extended formatting record
  • org.apache.taglibs.i18n.FormatDateTag
    Formats a {@link java.util.Date} instance using a {@link java.util.Locale} and either a {@link java.text.DateFormat} or a pattern based {@link SimpleDateFormat}. @author James Strachan @version $Revision: 1.5 $
  • com.opensymphony.webwork.util.DateFormatter
    A bean that can be used to format dates @author Rickard Öberg (rickard@middleware-company.com) @version $Revision: 1.5 $
  • freemarker.core.BuiltIn
    The ? operator used to get the functionality of built-in unary operators @author <a HREF="mailto:jon@revusky.com">Jonathan Revusky</a> These are the only ones we have now. We throw a parse exception if it's not one of these. deprecated; use ?html instead
  • org.apache.ws.jaxme.generator.util.DateFilter
    <p>Helper class, that filters a file by replacing certain patterns. Used by the test suite.</p> @author <a HREF="mailto:joe@ispsoft.de">Jochen Wiedmann</a> @version $Id: DateFilter.java,v 1.2 2004/02/16 23:39:58 jochen Exp $
  • org.apache.lenya.lucene.index.IndexIterator
  • 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 ...
Popular Tags