messages.setString(default: "")

Allows customization of the Set button text in the TimePicker.

Example

<input id="timepicker" />

<script>
  $("#timepicker").kendoTimePicker({
    value: new Date(),
    format: "hh:mm",
    componentType:"modern",
    messages: {
      set: "My Set"
    }
  });
</script>
In this article
messages.set
Not finding the help you need?
Contact Support