Duration: 20:34 min
Summary: In this lesson, we will experiment with the data time picker control. This is similar to the date picker we discussed previously. But you have more control by being able to select the time. In addition to the calendar icon, you have a time icon to choose the time. By default the time shows in a 30 minute increment. But you can change that by setting the interval property. You can also format the date and the time and handle the appropriate events to open and close the date and the time. We will do this in the video by adding two buttons: one opens the time view and another closes it. We will also log the events as they are triggered using the log function available in the console.js file. We will also see that we have control over styling the text as it is logged.
Technologies and Resources: Kendo UI, kendoDateTimePicker, kendoConsole.