User Guide

DateField class (Flash Professional only) 441
Property summary for the DateField class
The following table lists properties of the DateField class.
Properties inherited from the UIObject class
The following table lists the properties the DateField class inherits from the UIObject class.
When accessing these properties from the DateField object, use the form
dateFieldInstance.propertyName.
Property Description
DateField.dateFormatter A function that formats the date to be displayed in the
text field.
DateField.dayNames An array indicating the names of the days of the week.
DateField.disabledDays An array indicating the disabled days of the week.
DateField.disabledRanges A range of disabled dates or a single disabled date.
DateField.displayedMonth A number indicating which element in the monthNames array
to display.
DateField.displayedYear A number indicating the year to display.
DateField.firstDayOfWeek A number indicating an element in the dayNames array to
display in the first column of the DateField component.
DateField.monthNames An array of strings indicating the month names.
DateField.pullDown A reference to the DateChooser subcomponent. This
property is read-only.
DateField.selectableRange A single selectable date or a range of selectable dates.
DateField.selectedDate A Date object indicating the selected date.
DateField.showToday A Boolean value indicating whether the current date
is highlighted.
Property Description
UIObject.bottom The position of the bottom edge of the object, relative to the
bottom edge of its parent. Read-only.
UIObject.height The height of the object, in pixels. Read-only.
UIObject.left The left edge of the object, in pixels. Read-only.
UIObject.right The position of the right edge of the object, relative to the
right edge of its parent. Read-only.