| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
DateTimeFieldFormatType |
Field.getDateFormat()
Gets the date format.
|
DateTimeFieldFormatType |
Field.getDateTimeDisplayFormat()
Gets the date time display format.
|
static DateTimeFieldFormatType |
DateTimeFieldFormatType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeFieldFormatType[] |
DateTimeFieldFormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Field.setDateFormat(DateTimeFieldFormatType dateFormat)
Sets the date format.
|
void |
Field.setDateTimeDisplayFormat(DateTimeFieldFormatType dateTimeDisplayFormat)
Sets the date time display format.
|