Page 1 of 1

Changing the Date format

Posted: 07 Apr 2007, 19:32
by sqwerl
How do I change the Date format for Mantis 1.0*? Or is it even possible?

Re: Changing the Date format

Posted: 07 Apr 2007, 20:35
by deboutv
sqwerl wrote:How do I change the Date format for Mantis 1.0*? Or is it even possible?
In the config_default_inc.php file you have 3 variables to set the date format:

$g_short_date_format
$g_normal_date_format
$g_complete_date_format

Re: Changing the Date format

Posted: 31 May 2007, 11:12
by oamkar sathaye
Hi,
$g_short_date_format
$g_normal_date_format
$g_complete_date_format[/quote]

I have tried to set values for these 3 variables in config_default_inc.php. but still the changes are not getting reflected to the page even after bouncing the apache server. Pls let me know if there is any way around to change the date format?

Posted: 31 May 2007, 11:51
by deboutv
Check the config_inc.php file and also the database (table mantis_config_table).