net.lessy.util.format.impl
Class FormatTime

java.lang.Object
  extended by net.lessy.util.format.impl.FormatDate
      extended by net.lessy.util.format.impl.FormatTime
All Implemented Interfaces:
FormatIF<Date>

public class FormatTime
extends FormatDate

Author:
hl

Constructor Summary
FormatTime()
           
 
Method Summary
 DateFormat getDateFormatter(Locale locale)
          Gets a dateformatter.
 
Methods inherited from class net.lessy.util.format.impl.FormatDate
format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatTime

public FormatTime()
Method Detail

getDateFormatter

public DateFormat getDateFormatter(Locale locale)
Description copied from class: FormatDate
Gets a dateformatter. This method can be overwritten by other formatters to format the date in another way.

Overrides:
getDateFormatter in class FormatDate
Parameters:
locale - Locale to be used
Returns:
a DateFormatter.


Copyright © 2012. All Rights Reserved.