Hey guys!
This is also already found by myself.
The configuration for the displayed time for "Today" and "Yesterday" is in the file:
/hdz/app/Helpershelpdesk_helper.php on line: 203
The function:
function time_ago($time, $staff=true)
There you can simply change the "h:i a" to "H:i", for example.
Example:
h:i a = xx:xx am/pm (12hours)
H:i = xx:xx (24hours)
For example, I have created a table in the database and read this from it.
So I no longer have to fumble around in the document.
Greeting,
Luuk
This is also already found by myself.
The configuration for the displayed time for "Today" and "Yesterday" is in the file:
/hdz/app/Helpershelpdesk_helper.php on line: 203
The function:
function time_ago($time, $staff=true)
There you can simply change the "h:i a" to "H:i", for example.
Example:
h:i a = xx:xx am/pm (12hours)
H:i = xx:xx (24hours)
For example, I have created a table in the database and read this from it.
So I no longer have to fumble around in the document.
Greeting,
Luuk