-
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
-
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
|