messages.weekColumnHeader String
(default: "")
Allows customization of the week column header text in the Calendar. Set the value to make the widget compliant with web accessibility standards.
Example
<input id="datepicker" />
<script>
$("#datepicker").kendoDatePicker({
"weekNumber": true,
"messages": {
"weekColumnHeader": "W"
}
})
</script>