-
Notifications
You must be signed in to change notification settings - Fork 16
fmt_time
Scott C Gray edited this page Feb 26, 2017
·
2 revisions
fmt_time
- Controls the representation of time values.
The ${fmt_time}
variable contains a format string that is utilized
when display columns of type TIME. 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 HH:mm
.