New to Kendo UI for Angular? Start a free 30-day trial
SelectDate
Represents an action that switches the current view to a specific date (more information).
typescript
const action = {
type: 'select-date',
date: new Date('2018-10-22')
};
Name | Type | Default | Description |
---|---|---|---|
date |
|
Defines the date selected by the Scheduler. |