Date::format

  1. Bitrix24 API (v. 23.675.0)
  2. calendar
  3. Date
  4. format
  • Модуль: 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);
}

Добавить комментарий