New to Kendo UI for Angular? Start a free 30-day trial
ShowDate
Represents an action that displays the details for a specific date.
typescript
const action = {
type: 'show-date',
view: schedulerView,
date: new Date()
};