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 String
format(Date date)
String
format(Date date, String pattern)
static XDateFormatter
newFormatter(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
-Locale
to be used. Ifnull
the default Locale will be used- Returns:
XDateFormatter
-
-