• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/grid/effective/row/content/date/formatteddate.php
  • Класс: Bitrix\Tasks\Grid\Effective\Row\Content\Date\FormattedDate
  • Вызов: FormattedDate::prepare
public function prepare(): string
{
	$rowData = $this->getRowData();
	return $this->formatDate($rowData[$this->fieldKey]);
}