Hi There
http://www.joomlabookkeeping.com/blog.html
Is it possible to add the year number to the date in any form on the blog date like in the link i have posted.
I have looked and cant see it in the template options.
Many thanks
Ian
<div><?php echo JHTML::_('date', $this->item->publish_up, JText::_('Y')); ?></div>
<div><?php echo JHTML::_('date', $this->item->publish_up, JText::_('M')); ?></div>
.gkDate { position: absolute; float: left; width: auto; height: auto; margin: 3px 0 0 0; padding: 0; background: #151515; text-align: center; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }