Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
function mytheme_preprocess_node(&$variables) { $variables['submitted'] = t('Published').' '.$variables['date']; }
format_date($timestamp, 'custom', 'd F Yг.', $timezone = NULL, 'ru');
date('now');
<?php if (date(Ymd, $created) == date(Ymd, time())) { print t('Today'); } elseif (date(Ymd, $created)+ 1 == date(Ymd, time())) { print t('Yesterday'); } else { print $date; } ?>