Page 1 of 1

Show date and time

Posted: 18 Apr 2013, 21:15
by Advantone
I am new to using Mantis and I cant seem to find the information anywhere and I am sure it is somewhere so I have created a thread to get help with this.

Basically I need help with the following:

When a user clicks on "View Issues" all issues show up.
The following 2 columns show their respected dates - "Date Submitted" and "Updated"

What I would like is the following

I want it to not only show the DATE, but also the time stamp with it.

Looking at the database, the time is in Epoch time, so the date and the time is there.

I cant figure out what I need to do to display the time with it

Thank you for your help

Re: Show date and time

Posted: 19 Apr 2013, 19:08
by atrol
Add the following line to file config_inc.php

Code: Select all

$g_short_date_format  = 'Y-m-d H:i';

Re: Show date and time

Posted: 21 Nov 2014, 14:30
by Kondiramk
Thanks a lot. It worked at my end.:)