LocalizedDisplay command The LocalizedDisplay command specifies that ij should display locale-sensitive data (such as dates) in the native format for the ij locale. LocalizedDisplay command Displaylocalizing

The ij locale is the same as the Java system locale.

Syntax LOCALIZEDDISPLAY { on | off } Example

The following demonstrates LocalizedDisplay in an English locale:

ij> VALUES CURRENT_DATE; 1 ---------- 2014-07-01 1 row selected ij> localizeddisplay on; ij> VALUES CURRENT_DATE; 1 ------------------ July 1, 2014 1 row selected