S
S
Sergey750il2014-11-30 23:37:16
Drupal
Sergey750il, 2014-11-30 23:37:16

How to change publication date output in Drupal 7?

Hello. How can I change the publication date from "Published: 12/01/2014" to "Published: today"?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
anikitin35, 2014-12-01
@anikitin35

Found material about theming:
dmko.ru/drupal/sozdanie-tem/temizaciya-daty-v-drupal-7

U
UksusoFF, 2014-12-01
@UksusoFF

function mytheme_preprocess_node(&$variables) {
  $variables['submitted'] = t('Published').' '.$variables['date'];
}

And compare today's date with $variables['date'].

D
Dr_Gonzo, 2017-02-14
@Dr_Gonzo

open the material under the admin and change the date)))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question