• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/helper/ui/datetime.php
  • Класс: BitrixSocialnetworkHelperUIDateTime
  • Вызов: DateTime::getDateTimeFormat
static function getDateTimeFormat()
{
	$format = (defined('FORMAT_DATETIME') ?  FORMAT_DATETIME : CSite::getDateFormat());

	return CDatabase::dateFormatToPHP($format);
}