format date Formatting the way the date/time is displayed
//Formatting the way the date/time is displayed //https://www.drupal.org/node/71106 <?php $formatted_date = format_date($node->created, 'custom', 'D j M Y'); ?>