- Модуль: tasks
- Путь к файлу: ~/bitrix/modules/tasks/lib/grid/scrum/row/content/date/startdate.php
- Класс: Bitrix\Tasks\Grid\Scrum\Row\Content\Date\StartDate
- Вызов: StartDate::prepare
public function prepare(): string { $row = $this->getRowData(); $startDate = ($row['PROJECT_DATE_START'] ?: false); return $this->formatDate($startDate); }