New to Kendo UI for jQueryStart a free 30-day trial

Date

configuration

The current date of the scheduler. Used to determine the period which is displayed by the widget.

date

Date
<div id="scheduler"></div>
<script>
$("#scheduler").kendoScheduler({
  date: new Date("2013/6/6"),
  dataSource: [
    {
      start: new Date("2013/6/6 08:00 AM"),
      end: new Date("2013/6/6 09:00 AM"),
      title: "Breakfast"
    }
  ]
});
</script>
Not finding the help you need?
Contact Support