• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/helper.php
  • Класс: BitrixCalendarSharingHelper
  • Вызов: Helper::formatDateShort
static function formatDateShort(Date $date): string
{
	$culture = MainApplication::getInstance()->getContext()->getCulture();
	$formatShort = MainTypeDate::convertFormatToPhp($culture->get('FORMAT_DATE'));

	return FormatDate($formatShort, $date->getTimestamp());
}