Thanks a lot of your brilliant Aurora theme, your hard work highly appreciated! However, I was wondering if I have totally missed some Drupal 5 settings, or are the minutes missing from the node posts times? (now it seem to show only date and hour)

All the best!

Comments

Abilnet’s picture

Oops... I seem to make a mistake when writing my previous message... the theme seems to be printing only the year and date in nodes... but the hour & minutes are missing. This would be very useful and appreciated addition to this so Professional Theme (sorry I don have any idea how to modify that) Thank you for your hard work anyway!

Abilnet’s picture

Found the way to do it... need to open node.tpl.php and comment.tpl.php and find there the format_date part of the code:

format_date($comment->timestamp, 'custom', 'F jS, Y');

...and modify the date format as you like, for example like this as I did:

format_date($comment->timestamp, 'custom', 'd.m.Y - H:i:s');

Hope this helps

vadbars@drupal.org’s picture

Status: Active » Closed (fixed)

Thank you, your information very useful!