Show date and time

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Advantone

Show date and time

Post 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
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Show date and time

Post by atrol »

Add the following line to file config_inc.php

Code: Select all

$g_short_date_format  = 'Y-m-d H:i';
Please use Search before posting and read the Manual
Kondiramk
Posts: 4
Joined: 22 May 2012, 07:22

Re: Show date and time

Post by Kondiramk »

Thanks a lot. It worked at my end.:)
Post Reply