Return current date.
The following construct(s) refer to this construct:
fn:current-date() => xs:date
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.
Calling this function can return a value such as
2005-09-25Z
:
current-date()