• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/integration/report/handler/base.php
  • Класс: BitrixVoximplantIntegrationReportHandlerBase
  • Вызов: Base::formatDateForGraph
protected function formatDateForGraph($date): string
{
	if (!($date instanceof Date))
	{
		return '-';
	}

	return FormatDate($this->getDateFormatForGraph(), $date);
}