• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/sender/holiday.php
  • Класс: Bitrix\Sender\Integration\Sender\Holiday
  • Вызов: Holiday::createDate
static function createDate($day, $month, $year = null)
{
	return Date::createFromTimestamp(mktime(0, 0, 0, $month, $day, $year ?: date('Y')));
}