$day = $this->app->html->_('date', $item->created, $this->app->date->format('%d'), $this->app->date->getOffset()); $month = $this->app->html->_('date', $item->created, $this->app->date->format('%B'), $this->app->date->getOffset()); $year = $this->app->html->_('date', $item->created, $this->app->date->format('%Y'), $this->app->date->getOffset()); ?>


