method
public
static
Field::date()
Класс: \Bitrix\Main\UI\Filter\Field
Сигнатура
public static date(string $name[, string $type = \Bitrix\Main\UI\Filter\DateType::NONE ][, array<string|int, mixed> $values = [] ][, string $label = "" ][, string $placeholder = "" ][, bool $enableTime = false ][, array<string|int, mixed> $exclude = [] ][, array<string|int, mixed> $include = [] ][, bool $allowYearsSwithcer = false ][, array<string|int, mixed> $messages = [] ]) : array<string|int, mixed>
Описание
Подготавливает данные поля даты
Параметры
$name
string
$type
string
= \Bitrix\Main\UI\Filter\DateType::NONE
$values
array<string|int, mixed>
= []
$label
string
= ""
$placeholder
string
= ""
$enableTime
bool
= false
$exclude
array<string|int, mixed>
= []
$include
array<string|int, mixed>
= []
$allowYearsSwithcer
bool
= false
$messages
array<string|int, mixed>
= []
Возвращаемое значение
array<string|int, mixed>
Исходный файл: source/main/lib/ui/filter/field.php:127

