• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/orderhistory.php
  • Класс: BitrixSaleOrderHistory
  • Вызов: OrderHistory::convertDateField
static function convertDateField($value)
{
	if (($value instanceof MainTypeDateTime)
		|| ($value instanceof MainTypeDate))
	{
		return $value->toString();
	}

	return $value;
}