Active
Project:
BlogBuzz
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2011 at 17:02 UTC
Updated:
22 Sep 2011 at 17:02 UTC
node--blog.tpl.php
<span class="date"><?php print format_date($created, $type = 'blog');?>
instead of
<span class="date"><?php print date("d", $created);?> <?php print date("M", $created);?></span>
Thanks to this translation will be automatically provided and result will be more elastic.
Warning!
In example above user must define 'blog' format www.yourdomain.com/admin/config/regional/date-time
By default you should use 'short', which is predefined.