defaultTimeFormat (system variable)

The system variable StrLib.defaultTimeFormat specifies one of several masks that can be used to create the string returned by the function StrLib.formatTime. The variable is not used in any other context.

The initial value of StrLib.defaultTimeFormat is the value of the Java™ runtime property vgj.default.timeFormat. If that property is not set, the initial value of StrLib.defaultTimeFormat is HH:mm:ss.

For details on the characteristics of a time mask, see Date, time, and timestamp specifiers.

Type: STRING

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.