How do I format $node->revision_timestamp so it's output to the user as a readable date? e.g.,

Revised: 1/5/2008

Comments

jjeff’s picture

Status: Active » Fixed

format_date() is the function you want. Your code will look something like:

Revised: <?php print format_date($node->revision_timestamp, 'custom', 'm/d/Y' ); ?>
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.