Home > Contents > Index >
DATEFORMAT.GETTIME
Converts a date string from JDBC date format or milliseconds into a displayable time string according to the format of the current DateFormat object.
Syntax
<DATEFORMAT.GETDATETIME NAME="object name" VALUE="date string" VALUETYPE="type" VARNAME="variable name" />Parameters
NAME (required)
- Name of the DateFormat object.
VALUE (required)
- Date string in JDBC date format or milliseconds.
VALUETYPE (required)
- Specify the value type. Possible values are as follows:
jdbcdate
- Value is in JDBC date format.milliseconds
- Value is in milliseconds.VARNAME (required)
- Name of the variable to create with the converted time string.
Error Numbers
There are no possible
errno
for this tag.Release Introduced
This tag was introduced in CS release 5.0.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.