Skip to main content

MergeDocumentDateFormat

Defines the date format used in a Merge Document.

enum MergeDocumentDateFormat {
AUSTRALIA
INTERNATIONAL
UNITED_STATES
}

Values

MergeDocumentDateFormat.AUSTRALIA

The dd/MM/yyyy format.

For example, the 12th of September 2023 will be represented as "12/09/2023".

MergeDocumentDateFormat.INTERNATIONAL

The dddd, MMM d, yyyy format.

For example, the 12th of September 2023 will be represented as "Tuesday, Sept 12, 2023".

MergeDocumentDateFormat.UNITED_STATES

The MM/dd/yyyy format.

For example, the 12th of September 2023 will be represented as "09/12/2023".

Member Of

MergeDocument object