timestampFormat

The timestampFormat property identifies the format for timestamps that are displayed on a form or maintained in a PageHandler.

Valid values are as follows:
"pattern"
The value of pattern consists of a set of characters as described in Date, time, and timestamp format specifiers.

Characters may be dropped from the beginning or end of a complete timestamp specification, but not from the middle.

defaultTimeStampFormat
In a Java™ environment, the default is set by the Java locale.
db2TimestampFormat
The pattern yyyy-MM-dd-HH.mm.ss.ffffff, which is the IBM® DB2® default timestamp format.
odbcTimestampFormat
The pattern yyyy-MM-dd HH:mm:ss.ffffff, which is the ODBC timestamp format.

Related concepts
Java runtime properties
Overview of EGL properties

Related reference
Date, time, and timestamp format specifiers
Java runtime properties (details)

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