mzambranaa
10/19/2017 - 7:58 AM

format date Formatting the way the date/time is displayed

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');
?>