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

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