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
Show date and time
Moderators: Developer, Contributor
Re: Show date and time
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
Thanks a lot. It worked at my end.
