fmt_datetime - scgray/jsqsh GitHub Wiki
Variable
fmt_datetime
- Controls the representation of datatime values.
Description
The ${fmt_datetime}
variable contains a format string that is utilized
when display columns of type DATETIME. The format string follows java
SimpleDateFormat conventions, which are documented here:
https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
The default is MMM dd yyyy HH:mm:ss
.