Modifier and Type | Optional Element and Description |
---|---|
String |
displayedFormat
For Touch-UI only
|
String |
format
Used for Classic UI only
|
String |
maxDate
For Touch-UI only
|
String |
minDate
For Touch-UI only
|
boolean |
showToday
Used for Classic UI only
|
int |
startDay
Used for Classic UI only
|
String |
storedFormat
For Touch-UI only
|
String |
valueFormat
For Touch-UI Coral3 only
|
public abstract int startDay
Day index at which the week should begin, 0-based
public abstract boolean showToday
false to hide the footer area of the DatePicker containing the Today button and disable the keyboard handler for spacebar that selects the current date
public abstract String format
The default date format string which can be overriden for localization support. The format must be valid according to Date.parseDate
public abstract String storedFormat
Similar to format but uses a different standard for specifying date formats.
public abstract String valueFormat
Similar to format but uses a different standard for specifying date formats.
public abstract String displayedFormat
Display format for the date selected
public abstract String minDate
The minimum selectable date
public abstract String maxDate
The maximum selectable date
Copyright © 2019 ICF Olson. All rights reserved.