Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0007502mantisbtlocalizationpublic2006-12-08 02:38
Reporterachumakov Assigned Toachumakov  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.1.0a2 
Summary0007502: [all lang] Dates should use ISO format by default
Description

Hello

I'm new to the list but I use Mantis at Airbus since one year and an half.

Date format have to be ISO compliant for i18n :

  • if there is a standard ISO date format defined in PHP which depends on lang of browser, we may use it,

  • if there is no standard ISO date format defined in PHP that fits this behaviour we should define a date format that conforms to ISO :

--- config_defaults_inc.php~1.0.5 2006-07-24 03:43:05.000000000 +0200
+++ config_defaults_inc.php 2006-10-05 11:19:31.000000000 +0200
@@ -520,12 +520,12 @@
############################

    # --- date format settings --------
  • date format strings (default is 'US' formatting)

  • date format strings defaults to ISO 8601 formatting

    # go to http://www.php.net/manual/en/function.date.php
    # for detailed instructions on date formatting
  • $g_short_date_format = 'm-d-y';
  • $g_normal_date_format = 'm-d-y H:i';
  • $g_complete_date_format = 'm-d-Y H:i T';
  • $g_short_date_format = 'Y-m-d';
  • $g_normal_date_format = 'Y-m-d H:i';
  • $g_complete_date_format = 'Y-m-d H:i T';

    ############################
    # Mantis News Settings

Best regards,
Michel
BRIAND Michel [michel.m.briand@airbus.com]

TagsNo tags attached.

Relationships

has duplicate 0001139 closedachumakov [all lang] date localisation 
related to 0005218 closedachumakov Bad default date format 

Activities

There are no notes attached to this issue.