Previous Topic: getDateOrder Method—Retrieves the Date Order value for the current UserExit objectNext Topic: Default Behavior


Purpose

This method is invoked to get the Date Order value for the current UserExit object. The following are the possible values.

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