\Kendo\UI\DateTimePickerMessages
A PHP class representing the messages setting of DateTimePicker.
Methods
weekColumnHeader
Allows customization of the week column header text in the Calendar. Set the value to make the widget compliant with web accessibility standards.
Returns
\Kendo\UI\DateTimePickerMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\DateTimePickerMessages();
$messages->weekColumnHeader('value');
?>