\Kendo\UI\DateRangePickerMessages

A PHP class representing the messages setting of DateRangePicker.

Methods

endLabel

Allows customization of the end label text.

Returns

\Kendo\UI\DateRangePickerMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\DateRangePickerMessages();
$messages->endLabel('value');
?>

startLabel

Allows customization of the start label text.

Returns

\Kendo\UI\DateRangePickerMessages

Parameters

$value string

Example

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