messages.dateInput.dayperiodString(default: "AM/PM")

The placeholder for the AM/PM part.

Example

<input id="datetimepicker" />
<script>
$("#datetimepicker").kendoDateTimePicker({
    messages: {
        dateInput: {
            dayperiod: "AM/PM"
        }
    }
});
</script>
In this article
messages.dateInput.dayperiod
Not finding the help you need?
Contact Support