fmt_date - scgray/jsqsh GitHub Wiki
Variable
fmt_date
- Controls the representation of date values.
Description
The ${fmt_date}
variable contains a format string that is utilized
when display columns of type DATE. 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
.