Copyright © 2021 by K4.org
  (v.0.48.124)

A UIDatePicker control is used to display an editable Javascript Date object.

Index

Rules

controlType

controlType: String

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : "DatePicker"

includeTime

includeTime: Boolean

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

maxDate

maxDate: Date

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)

minDate

minDate: Date

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)

required

required: Boolean

Indicates whether the input is required.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : true