Skip to content
Scott C Gray edited this page Feb 26, 2017 · 2 revisions

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.

See also

fmt_datetime, fmt_time