• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/notification/mail.php
  • Класс: BitrixCalendarSharingNotificationMail
  • Вызов: Mail::formatTime
protected function formatTime(Date $date): string
{
	$culture = MainApplication::getInstance()->getContext()->getCulture();
	$timeFormat = $culture->get('SHORT_TIME_FORMAT');
	return $date->format($timeFormat);
}