• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/base/date.php
  • Класс: BitrixCalendarCoreBaseDate
  • Вызов: Date::format
public function format(string $format = null): string
{
	return $this->date->format($format ?? $this->format);
}