In a custom template I print a timestamp with
<xen:datetime time="{$mytimestamp}"/>
Output is sth. like "1. Dezember 2018 - 20:28 ". However, I would like to print the month instead of the full date. Output should be 'AUG', 'SEP', 'OCT'....
Can I use a format string with xen:datetime? Or is there a better function for my purpose?
<xen:datetime time="{$mytimestamp}"/>
Output is sth. like "1. Dezember 2018 - 20:28 ". However, I would like to print the month instead of the full date. Output should be 'AUG', 'SEP', 'OCT'....
Can I use a format string with xen:datetime? Or is there a better function for my purpose?