day-from-date
Returns an xs:integer representing the day part of the xs:date value supplied as argument.
Languages
XQuery, XSLT 2.0, XSLT 3.0.
Parameters
Name | Type | Description |
---|---|---|
date | xs:date | The input value of type xs:date. |
Example
The following mapping converts a string to xs:date using the xs:date constructor function. The day-from-date, month-from-date, and year-from-date functions each extract the respective part of the date and write it to a separate item in the target XML file.
XQuery 1.0 mapping
The mapping output is as follows:
<rows> |