Teitbite, got a crazy question for you. On this page...
http://www.tompetty.rocks/index.php/tour-dates
Can I get the date in the black box on the late to just show YEAR?
I just want it that way on this page though.
Thanks!
<time datetime="<?php echo JHtml::_('date', $this->item->created, JText::_(DATE_W3C)); ?>"><?php echo JHTML::_('date', $this->item->created, JText::_('j')); ?><span><?php echo JHTML::_('date', $this->item->created, JText::_('M')); ?></span></time>
<time datetime="<?php echo JHtml::_('date', $this->item->created, JText::_(DATE_W3C)); ?>"><span><?php echo JHTML::_('date', $this->item->created, JText::_('Y')); ?></span></time>