Previous Topic: PropertyNext Topic: Default Behavior


Purpose

This read-only property contains the Date Order for the current UserExit object. The following is the possible value for this property.

Symbol

Value

Description

LocaleExit.DATEORDER_MDY

0

The date order is “MMDDYY”. This value is also specified with LocaleExit.DEF_ORDER.

LocaleExit.DATEORDER_DMY

1

The date order is “DDMMYY”.

LocaleExit.DATEORDER_YDM

2

The date order is “YYDDMM”.