How do I format $node->revision_timestamp so it's output to the user as a readable date? e.g.,
Revised: 1/5/2008
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' ); ?>
Automatically closed -- issue fixed for two weeks with no activity.
Comments
Comment #1
jjeff commentedformat_date() is the function you want. Your code will look something like:
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.