wijmo.input Namespace > DatePickersClass Interface : datePicker Field |
Determines the settings of the date picker. If this property's value is null, the date picker doesn't show.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.input.DatePickersClass; var value; // Type: IPicker value = instance.datePicker; |
Javascript (Specification) | |
---|---|
var datePicker : IPicker; |