|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.format.CellFormatter org.apache.poi.ss.format.CellDateFormatter
public class CellDateFormatter
Formats a date value.
Field Summary |
---|
Fields inherited from class org.apache.poi.ss.format.CellFormatter |
---|
format, locale |
Constructor Summary | |
---|---|
CellDateFormatter(java.util.Locale locale,
java.lang.String format)
Creates a new date formatter with the given specification. |
|
CellDateFormatter(java.lang.String format)
Creates a new date formatter with the given specification. |
Method Summary | |
---|---|
void |
formatValue(java.lang.StringBuffer toAppendTo,
java.lang.Object value)
Format a value according the format string. |
void |
simpleValue(java.lang.StringBuffer toAppendTo,
java.lang.Object value)
Format a value according to the type, in the most basic way. |
Methods inherited from class org.apache.poi.ss.format.CellFormatter |
---|
format, simpleFormat |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CellDateFormatter(java.lang.String format)
format
- The format.public CellDateFormatter(java.util.Locale locale, java.lang.String format)
locale
- The locale.format
- The format.Method Detail |
---|
public void formatValue(java.lang.StringBuffer toAppendTo, java.lang.Object value)
formatValue
in class CellFormatter
toAppendTo
- The buffer to append to.value
- The value to format.public void simpleValue(java.lang.StringBuffer toAppendTo, java.lang.Object value)
For a date, this is "mm/d/y".
simpleValue
in class CellFormatter
toAppendTo
- The buffer to append to.value
- The value to format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |