Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : "DatePicker"
Indicates whether the date should include a time of day. Affects both input and display.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : false
The latest date which can be entered by the user. The default is no restriction.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : new Date(2525, 0)
The earliest date which can be entered by the user. The default is no restriction.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : new Date(0)
Indicates whether the input is required.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : true
UIDatePicker (d.1.0)
Mixins: UITitleMixin, UIInputMixin, UIControlMixin
A UIDatePicker control is used to display an editable Javascript Date object.