• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/handler/salesdynamics/basegraph.php
  • Класс: Bitrix\Crm\Integration\Report\Handler\SalesDynamics\BaseGraph
  • Вызов: BaseGraph::formatDateForLabel
protected function formatDateForLabel(Date $date)
{
	return FormatDate($this->getDateFormatForLabel(), $date);
}