.. _day-from-date: ============= day-from-date ============= The day portion of a date Description ~~~~~~~~~~~ The fn:day-from-date function returns the day portion from an xs:date value, as an integer between 1 and 31 inclusive. .. list-table:: :widths: 40 60 :header-rows: 1 * - **Parameters** - **Description** * - arg:date() - Examples ~~~~~~~~ .. list-table:: :widths: 50 50 :header-rows: 1 * - **XPath** - **Results** * - day-from-date(xs:date('2006-08-15')) - 15 See Also ~~~~~~~~ .. toctree:: :titlesonly: :glob: * :ref:`day-from-dateTime`.