I'm using Kendo UI for Angular's DateTimePicker.
<kendo-datetimepicker [(value)]="dateValue" (valueChange)="dateChanged()"></kendo-datetimepicker>
When I open the overlay to select a date the default time is set to 12:00 AM
Is there a way I can change the default time to 1:30 PM? meaning, when I open the date time picker popup it should show me 1:30 PM instead of 12:00 AM