Answer the question
In order to leave comments, you need to log in
How to display items modified 5 minutes ago?
I can't figure out why I can't display items that have changed in the last 5 minutes?
$arSelect = Array("ID", "IBLOCK_ID", "NAME", "DATE_ACTIVE_FROM","PROPERTY_*","TIMESTAMP_X");
$arFilter = Array("IBLOCK_ID"=>$elementIdBlock, "ACTIVE_DATE"=>"Y", "ACTIVE"=>"Y", 'DATE_MODIFY_FROM' =>date($DB->DateFormatToPHP(FORMAT_DATETIME), time()-300));
$res = CIBlockElement::GetList(Array("SORT"=>"ASC"), $arFilter, false, Array ("nTopCount" => 5), $arSelect);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question