DATE_DEFAULT_FMT_VAL_ZERO

This configuration variable sets the Value-Format for a Date-Entry to 0.

In versions 10.3.0 and earlier, the default Value-Format for a Date-Entry was 0, which corresponds to YYYYMMDD. Starting with release 10.3.1, the default was changed to 1, which corresponds to YYMMDD. This is the default for version 10.5.0.

The new DATE_DEFAULT_FMT_VAL_ZERO configuration variable enables you to change the default Value-Format for a Date-Entry back to YYYYMMDD without having to make changes in code that was created using extend version 10.3.0 or earlier.

Syntax

DATE_DEFAULT_FMT_VAL_ZERO {1|0}

Where:

1
Sets the default Value-Format in the runtime to YYMMDD (current default, and the default in versions 10.3.1 and later).
0
Sets the default Value-Format in the runtime to YYYYMMDD (previous default, used in versions 10.3.0 and earlier).