Ooops, got it. It is a single letter mistake.
if you change:
if ($this->show_date) echo "<span class=\"jm_date\">".JHTML::date($this->list[$index][date], "%
m %b %y")."</span>";
with:
if ($this->show_date) echo "<span class=\"jm_date\">".JHTML::date($this->list[$index][date], "%
d %b %y")."</span>";
it's going to be fine.
files:
components/com_jmatrix/views/section/tmpl/default.php
and:
components/com_jmatrix/views/category/tmpl/default.php
by the way .. the string %d %b %y defines the date format so ... feel free to set the one you like
cheers
Or give me another few minutes and the new version will be up