Logo
login: password:
register | forgot?

Knowledgebase

How do I change the date format displayed in ticket lists?


While this will probably eventually be a configurable option (or at least one that's defined in only one place), the current method is to edit cerb4/plugins/cerberusweb.core/templates/tickets/ticket_view.tpl.php. Lines 71, 73, and 75 are the date fields, and you simply need to change
{$result.t_created_date|date_format}
to
{$result.t_created_date|date_format:'%b %e, %Y %H:%M:%S'}
or any other desired format specifiers. For a list of available specifiers, please refer to the Smarty documentation here: http://smarty.php.net/manual/en/language.modifier.date.format.php

Powered by Cerberus Helpdesk 4.0