Skip to main content
Skip table of contents

LocaleDateFormat (ver7.0.0)

Date formats supported by the system. This table is pre-seeded with values. It is not possible to add new ones through the application. The application is not guaranteed to work with any date formats other than the pre-seeded set.

Column Name

Initial Version

Data Type

Description

DateFormat

7.0.0

Varchar2(100)

Required. The date format used internally within the application to format dates by locale.

DisplayLabel

7.0.0

Varchar2(100)

Required. The 'user friendly' version of the DateFormat for display within the application. Note that this string is basically in the English language, so it is not normally displayed to the user. It can be localized to any other language by localizing the messages with message keys equal to this string ("MM/dd/yyyy", "dd/MM/yyyy", etc.).

LocaleDateFormatID

7.0.0

Number(10)

Required. Unique Identifier for this DateFormat.

WhenCreated

7.0.0

Timestamp

Required. Created timestamp. Defaults to system date.

WhenModified

7.0.0

Timestamp

Modified timestamp. Defaults to system date.

WhoCreated

7.0.0

Varchar2(100)

Required. User that created the record. Defaults to user.

WhoModified

7.0.0

Varchar2(100)

User that modified the record. Defaults to user.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.