adaptiveSubtitleString
Allows customization of the subtitle's text in the adaptive view of the component.
Example
<input id="datetimepicker" />
<script>
$("#datetimepicker").kendoDateTimePicker({
adaptiveMode: "auto",
adaptiveTitle: "Select Date and Time",
adaptiveSubtitle: "Choose the desired date and time"
});
</script>
In this article