INPT DATE FORMAT (System Preference)#

This preference specifies the date formats that can be used for keying dates in. This preference is mostly used IF you want to change the format Month entry first instead of the default of Day entry first.

This is currently the only preference that can have multiple values entered. Each value must have a priority to tell the system which match to try first.

While there is no default value the system has a series of it's own formats which start with dd.

Note that case is very important in the format and may cause invalid results or errors.

See the VALUE_FORMAT page in the Wiki for specifics on different format options.

This preference is set by site (IMST) or by role (IMRO).

PriorityPreference Value
10 INPT DATE FORMAT MMdd
11 INPT DATE FORMAT MMddyyyy
12 INPT DATE FORMAT MMddyy
13 INPT DATE FORMAT MMMddyyyy
14 INPT DATE FORMAT MMMddyy
15 INPT DATE FORMAT MMMdd
16 INPT DATE FORMAT MMM-dd-yyyy
17 INPT DATE FORMAT MMM-dd-yy
18 INPT DATE FORMAT MMM-dd
19 INPT DATE FORMAT MM/dd/yyyy
20 INPT DATE FORMAT MM/dd/yy
21 INPT DATE FORMAT MM/dd
22 INPT DATE FORMAT MM-dd-yyyy

Note that the month is in capital letter MM or MMM. Lower case mm returns the Minute

If the month first parameter is to be used then the other System_Preference DFT DATE FORMAT(System_Preference) should also be updated to be MMM-dd-YYYY.

Note that if the dd parameter is modified to be DD it will then display the Julian Date (day of the year) and not the day of the month.

These preference settings are loaded when the application server is started and any changes here will not be assimilated by the application until the application server instance is restarted.


Notes #

Click to create a new notes page