current-dateTime
This function returns the current datetime value in the ISO format of CCYY-MM-DDThh:mm:ss.sTZD
(where s
denotes the time in milliseconds).
For example, if the time is 6 hours, 17 minutes, 15 seconds, 125 milliseconds in the evening (PM) of May 12, 2004 in time zone Z, current-dateTime
returns a value of:
2004-05-12T18:17:15.125Z
If com.oracle.soa.xpath.datetimeWithoutMillis
is set to true
in the setDomainEnv
file, this function returns the current datetime value in the following format (where ss
denotes the time in seconds):
CCYY-MM-DDThh:mm:ss.TZD
Signature:
xpath20:current-dateTime(object)
Arguments:
-
object
: The time in standard format.
Property IDs:
-
namespace-uri
:http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20
-
namespace-prefix
:xpath20