In This Topic
DateSelectionMode Enum
In This Topic
File
wijmo.input.js
Module
wijmo.input

Specifies constants that define the date selection behavior.

Members

Name Value Description
None 0

The user cannot change the current value using the mouse or keyboard.

Day 1

The user can select days.

Month 2

The user can select months.

Range 3

The user can select ranges.

Ranges are defined by the value and rangeEnd) properties.

To select a date range with the mouse, the user should click the starting date (value property) and then the ending date (rangeEnd property.

To select a date range with the keyobard, the user should use the cursor keys to select the starting date, then press the shift key and extend the selection to select the ending date.