Changing the Date format
Moderators: Developer, Contributor
Changing the Date format
How do I change the Date format for Mantis 1.0*? Or is it even possible?
savIRC - The cross-platform Open Source IRC Client
Re: Changing the Date format
In the config_default_inc.php file you have 3 variables to set the date format:sqwerl wrote:How do I change the Date format for Mantis 1.0*? Or is it even possible?
$g_short_date_format
$g_normal_date_format
$g_complete_date_format
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
-
- Posts: 1
- Joined: 31 May 2007, 11:00
- Location: Pune
- Contact:
Re: Changing the Date format
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?
$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?
Check the config_inc.php file and also the database (table mantis_config_table).
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux