Уроки jQuery / Как получить Id элемента с помощью jQuery
BITRIX - Выборка свойства элемента по ID элемента
<?
$res = CIBlockElement::GetProperty($arItem["IBLOCK_ID"], $arItem["ID"], "sort", "asc", array("CODE" => "date_action"));
if ($ob = $res->GetNext()) { $date_action = $ob['VALUE']; }
?>