To display dates, timestamps, numbers, and times in the format of the ij Session locale, use the LocalizedDisplay command.
ij> VALUES CURRENT_DATE; 1 ---------- 2011-05-23 1 row selected ij> localizeddisplay on; ij> VALUES CURRENT_DATE; 1 ------------------ May 23, 2011 1 row selected