|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.write.DateFormats
Static class which contains Excels predefined Date formats
Inner Class Summary | |
private static class |
DateFormats.BuiltInFormat
Inner class which holds the format index |
Field Summary | |
static DisplayFormat |
DEFAULT
The default format. |
static DisplayFormat |
FORMAT1
The default format. |
static DisplayFormat |
FORMAT10
Equivalent to a date format of "mm:ss" |
static DisplayFormat |
FORMAT11
Equivalent to a date format of "H:mm:ss" |
static DisplayFormat |
FORMAT12
Equivalent to a date format of "mm:ss.S" |
static DisplayFormat |
FORMAT2
Equivalent to a date format of "d-MMM-yy" |
static DisplayFormat |
FORMAT3
Equivalent to a date format of "d-MMM" |
static DisplayFormat |
FORMAT4
Equivalent to a date format of "MMM-yy" |
static DisplayFormat |
FORMAT5
Equivalent to a date format of "h:mm a" |
static DisplayFormat |
FORMAT6
Equivalent to a date format of "h:mm:ss a" |
static DisplayFormat |
FORMAT7
Equivalent to a date format of "H:mm" |
static DisplayFormat |
FORMAT8
Equivalent to a date format of "H:mm:ss" |
static DisplayFormat |
FORMAT9
Equivalent to a date format of "M/d/yy H:mm" |
Constructor Summary | |
DateFormats()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public static DisplayFormat FORMAT1
public static DisplayFormat DEFAULT
public static DisplayFormat FORMAT2
public static DisplayFormat FORMAT3
public static DisplayFormat FORMAT4
public static DisplayFormat FORMAT5
public static DisplayFormat FORMAT6
public static DisplayFormat FORMAT7
public static DisplayFormat FORMAT8
public static DisplayFormat FORMAT9
public static DisplayFormat FORMAT10
public static DisplayFormat FORMAT11
public static DisplayFormat FORMAT12
Constructor Detail |
public DateFormats()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |