New to Telerik UI for PHP? Download free 30-day trial

\Kendo\UI\DatePickerMessages

A PHP class representing the messages setting of DatePicker.

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\DatePickerMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\DatePickerMessages();
$messages->weekColumnHeader('value');
?>
In this article
Not finding the help you need?