Tamino XML Server Version 9.7
 —  XQuery 4 Reference Guide  —

fn:current-date

Return current date.


Syntax

fn:current-date() => xs:date

Top of page

Description

This function returns the current date corresponding to the current date and time. The result is a value of type xs:date that contains the date together with timezone information.

Top of page

Examples

Top of page

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page