Цитата |
---|
echo $arItem["DATE_ACTIVE_FROM"]; |
Цитата |
---|
function new_month_make($macthes) { $arrmonth=array('01'=>"Января",'02'=>"Февраля"); return $macthes[1].' '.$arrmonth[$macthes[2]].' '.$macthes[3].$macthes[4]; } echo $arItem["DATE_ACTIVE_FROM"] = preg_replace_callback("/(\d+).(\d+).(\d+)(.+)/i","new_month_make",$arItem["DATE_ACTIVE_FROM"]); |