XQuery - Date Functions



The following table lists the commonly used date functions provided by XQuery.

Sr.No Name & Description
1

current-date()

Returns the current date.

2

current-time()

Returns the current time.

3

current-dateTime()

Returns both the current date and the current time.

Advertisements