Wijmo UI for the Web
datePicker Field
wijmo.input Namespace > DatePickersClass Interface : datePicker Field

Type: wijmo.input.IPicker

Determines the settings of the date picker. If this property's value is null, the date picker doesn't show.

Syntax
var instance; // Type: wijmo.input.DatePickersClass;
var value; // Type: IPicker
value = instance.datePicker;
var datePicker : IPicker;
See Also

Reference

DatePickersClass Interface