R
ragtek
Guest
Hi, i'm trying to get this output in the template:
January 2010
April 2011
or at least
01-2010
04-2010
(or whatever you have in the US^^)
I've tried to add:
<td>{xen:date $stat.date, 'M.Y'}</td><td>{$stat.registrations}</td>
to the template, but it's not working
As i checked the method, which is responsible for this, i saw that it's not possible.
Do i really need to overwrite this method also, or is there a other way for this?
January 2010
April 2011
or at least
01-2010
04-2010
(or whatever you have in the US^^)
I've tried to add:
<td>{xen:date $stat.date, 'M.Y'}</td><td>{$stat.registrations}</td>
to the template, but it's not working
As i checked the method, which is responsible for this, i saw that it's not possible.
Do i really need to overwrite this method also, or is there a other way for this?
