• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/socialnetwork/usecase/basecase.php
  • Класс: BitrixTasksIntegrationSocialNetworkUseCaseBaseCase
  • Вызов: BaseCase::getDateFormat
protected function getDateFormat()
{
	if ($this->dateFormat === null)
	{
		$this->dateFormat = CSite::GetDateFormat('FULL', SITE_ID);
	}

	return $this->dateFormat;
}