The strLib.formatTime() system
function accepts a TIME value as input and returns a STRING value.
EGL tries the following formats
for the conversion, in order. If
a particular format is null, empty, or not valid, EGL moves to the
next:
- The format string provided as a parameter
- strLib.defaultTimeFormat
- The time format in the Java™ locale
object (Java only)
If all
these attempts fail, the return value is null.