• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/type/datetime.php
  • Класс: BitrixMainTypeDateTime
  • Вызов: DateTime::getCultureFormat
static function getCultureFormat(ContextCulture $culture = null)
{
	if($culture)
	{
		return $culture->getDateTimeFormat();
	}
	return "DD.MM.YYYY HH:MI:SS";
}