|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.common.icu.DateFormatter
public class DateFormatter
DateFormat provides a wrapper of some of DateFormat and SimpleDateFormat using ICU4J if present, otherwise from core Java. Note, only those methods in DateFormat that are actually used are here.
for license details.
The copyright to this program is held by it's authors.
Field Summary | |
---|---|
static int |
DEFAULT
Constant for default style pattern. |
private Object |
formatter
The actual formatter. |
private Class |
formatterClass
The class of the formatter |
static int |
FULL
Constant for full style pattern. |
static int |
LONG
Constant for long style pattern. |
static int |
MEDIUM
Constant for medium style pattern. |
static int |
SHORT
Constant for short style pattern. |
Constructor Summary | |
---|---|
private |
DateFormatter()
Prevent instantiation. |
Method Summary | |
---|---|
String |
format(Date date)
|
static DateFormatter |
getDateInstance()
|
static DateFormatter |
getDateInstance(int format)
|
static DateFormatter |
getSimpleDateInstance(String format)
|
Date |
parse(String text)
|
void |
setLenient(boolean lenient)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FULL
public static final int LONG
public static final int MEDIUM
public static final int SHORT
public static final int DEFAULT
private Object formatter
private Class formatterClass
Constructor Detail |
---|
private DateFormatter()
Method Detail |
---|
public static DateFormatter getDateInstance(int format)
public static DateFormatter getDateInstance()
public static DateFormatter getSimpleDateInstance(String format)
public void setLenient(boolean lenient)
public String format(Date date)
public Date parse(String text) throws ParseException
ParseException
|
Copyright ยจ 2003-2007 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |