DateWell

Overview

Creates a date "well" or "view" that allows the user to select a date from a calendar. A change in the date can be tracked using the "mouseup" event.

Ancestors

  1. Control
  2. Container
 

Descendants

  1. None
 

See Also

  1. None

Constructors

new DateWell
Description

Creates a new DateWell control.

Definition

new DateWell()

Members

backgroundColor
Description

Gets or sets the background color of the control.

Definition

Color datewell.backgroundColor
range
Description

Gets or sets whether the user is allowed to select a range of dates rather than one. The default is false.

Definition

boolean datewell.range (default false)
value
Description

Gets or sets the selected date as a standard javascript Date object. The default is now.

Definition

date datewell.value (default Date.now)