To set the date format in Maximo, you use the setting.DISPLAYDATE system property from the System Properties application.
When you enter a date format for this property, it overrides any system settings for displaying date formats in Maximo
If you do not set the system property with DISPLAYDATE, then the display format is based on the profile information (under Profile – Default Information). This setting determines the display date format for this specific user.
This setting is used only if the system property setting.DISPLAYDATE is not set.
If the display date format is not set within Maximo, the format is based on the language setting of the web browser that is used to access Maximo.
Hi,
How to change the date format in older versions of Maximo(Maximo 6.2).
Thanks,
Siva Gv
1) Go to \applications\maximo\resources\resources\defaults
directory
2) Create a backup of setting.properties. Open the setting.properties
file, and add the following to the bottom:
DISPLAYTIME=H:m:s
PARSETIME=H:m:s
Ensure that exactly the above is referenced.
Shutdown the application server – delete/backup the MAXIMO.EAR – delete
the Application cache – rebuild and redeploy the MAXIMO.EAR.