Class StripesDateFormatter

java.lang.Object
net.sourceforge.stripes.format.DateFormatter
sk.iway.iwcm.system.stripes.StripesDateFormatter
All Implemented Interfaces:
net.sourceforge.stripes.format.Formatter<Date>

public class StripesDateFormatter extends net.sourceforge.stripes.format.DateFormatter
Stripes date formatter using WebJET API Tools.formatDate, Tools.formatTime, Tools.formatDateTime
  • Field Summary

    Fields inherited from class net.sourceforge.stripes.format.DateFormatter

    namedPatterns
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    format(Date input)
     

    Methods inherited from class net.sourceforge.stripes.format.DateFormatter

    getDateFormat, getFormatPattern, getFormatType, getLocale, init, setDateFormat, setFormatPattern, setFormatType, setLocale

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StripesDateFormatter

      public StripesDateFormatter()
  • Method Details

    • format

      public String format(Date input)
      Specified by:
      format in interface net.sourceforge.stripes.format.Formatter<Date>
      Overrides:
      format in class net.sourceforge.stripes.format.DateFormatter