Dates in CATIA

In a Japanese OS, the date is not displayed in CATIA by default.

To display dates correctly in CATIA, you must adjust settings in the MatrixIniDefaults program and in emxSystem.properties:

See Also
Configuring Date and Time Formats
  1. Using MQL, edit the MatrixIniDefaults program to remove the "mer" token in the date format:

    MX_NORMAL_DATETIME_FORMAT=moy/dom/yr4 h24:min:sec
    

  2. In emxSystem.properties, set the formats to match as follows:

    # Database Date Format settings (NOT for Display)
     # eServiceSuites.eMatrixDateFormat = MM/dd/yyyy hh:mm:ss a
     # eServiceSuites.eMatrixInputDateFormat = MM/dd/yyyy hh:mm:ss a
     eServiceSuites.eMatrixDateFormat = MM/dd/yyyy HH:mm:ss
     eServiceSuites.eMatrixInputDateFormat = MM/dd/yyyy HH:mm:ss