Home > Contents > Index >
CDM.CONVERTDATETOLONG
Converts a date-time format to a long format.
Syntax
<CDM.CONVERTDATETOLONG
INPUTDATE="
datetime
"
OUTPUTDATE="
longvar
"
/>Parameters
INPUTDATE (required)
- Input parameter. A date of the format
yyyy-mm-ddhh:mm:ss
. Note that there is no space betweendd
andhh
.
OUTPUTDATE (required)
- Input and output parameter. As input, name of a variable to hold the converted long format date on output.
Description
This tag handles HTTP requests that include date-time formats. It converts a date of the form
yyyy-mm-ddhh:mm:ss
to a long format; that is, the number of milliseconds from the epoch. The long format is then used as input to the CDM.FLUSHTABLEROWS and CDM.GETCOMMERCEDATA tags.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.