Как-то так
[CODE]<?if($arParams["DISPLAY_DATE"]!="N" && $arItem["DISPLAY_ACTIVE_FROM"]):
list($date,$time)=explode(" ", $arItem["~ACTIVE_FROM"]);
list($day,$month,$year)=explode(".", $date);
?>
<div><?=$day?></div>
<div><?=$month?></div>
<div><?=$year?></div>
<?endif?>[/CODE]