• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar_restservice.php
  • Класс: CCalendarRestService
  • Вызов: CCalendarRestService::formatOld
static function formatOld(string $value): string
{
	try
	{
		$value = (new BitrixMainTypeDateTime($value))->format('Y-m-d H:i:s');
	}
	catch (BitrixMainObjectException $e) {}

	return $value;
}