Description
The fn:current-date function takes no parameters, and returns the current date, with time zone. The time zone is implementation-dependent.
This description is © Copyright 2007, Priscilla Walmsley. It is excerpted from the book XQuery by Priscilla Walmsley, O'Reilly, 2007. For a complete explanation of this function, please refer to Appendix A of the book. Arguments and Return TypeName | Type |
return value |
xs:date |
ExamplesXPath Example | Results |
---|
current-date() |
2006-04-10-05:00 |
See AlsoHistory |
Recommended Reading:
|