Package de.xima.fc.utils
Class XDateFormatter
- java.lang.Object
 - 
- de.xima.fc.utils.XDateFormatter
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(Date date)Stringformat(Date date, String pattern)static XDateFormatternewFormatter(Locale locale)get a new instance of anXDateFormatter 
 - 
 
- 
- 
Method Detail
- 
newFormatter
public static final XDateFormatter newFormatter(Locale locale)
get a new instance of anXDateFormatter- Parameters:
 locale-Localeto be used. Ifnullthe default Locale will be used- Returns:
 XDateFormatter
 
 - 
 
 -