public enum DateFormat
Supported formats for dates of documents
| Enum Constant and Description |
|---|
DATE
Example: "16.02.1991"
|
DATE_SHORT
Example: "16.02."
|
THIS_WEEK
Example: "Tue, 19.05.2013"
|
THIS_WEEK_SHORT
Example: "Tue"
|
TIME
Example: "11:28"
|
YEAR
Example: "2013"
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultPattern() |
public DateFormat TIME
Example: "11:28"
public DateFormat DATE
Example: "16.02.1991"
public DateFormat DATE_SHORT
Example: "16.02."
public DateFormat THIS_WEEK
Example: "Tue, 19.05.2013"
public DateFormat THIS_WEEK_SHORT
Example: "Tue"
public DateFormat YEAR
Example: "2013"