• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/notification/mail.php
  • Класс: BitrixCalendarSharingNotificationMail
  • Вызов: Mail::getWhenCancelled
protected function getWhenCancelled(): string
{
	$timestamp = $this->eventLink->getCanceledTimestamp();

	$culture = MainApplication::getInstance()->getContext()->getCulture();
	$dayMonthFormat = MainTypeDate::convertFormatToPhp($culture->get('DAY_MONTH_FORMAT'));
	$timeFormat = $culture->get('SHORT_TIME_FORMAT');
	$formatLong = "$dayMonthFormat $timeFormat";

	return FormatDate($formatLong, $timestamp);
}