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 Deprecated Methods Modifier and Type Method Description Stringformat(Date date)Stringformat(Date date, String pattern)static XDateFormatternewFormatter(Locale locale)Deprecated.static XDateFormatternewFormatter(Locale locale, ZoneId zone)Get a new instance of anXDateFormatter 
 - 
 
- 
- 
Method Detail
- 
newFormatter
@Deprecated public static final XDateFormatter newFormatter(Locale locale)
Deprecated.Get a new instance of anXDateFormatter- Parameters:
 locale-Localeto be used. Ifnullthe default Locale will be used- Returns:
 XDateFormatter
 
- 
newFormatter
public static final XDateFormatter newFormatter(Locale locale, ZoneId zone)
Get a new instance of anXDateFormatter- Parameters:
 locale-Localeto be used. Ifnullthe default Locale will be usedzone- Time zone to use for formatting.- Returns:
 XDateFormatter
 
 - 
 
 -