.. _month-from-dateTime: =================== month-from-dateTime =================== The month portion of a date/time Description ~~~~~~~~~~~ The fn:month-from-dateTime function returns the month portion of an xs:dateTime value, as an integer between 1 and 12 inclusive. .. list-table:: :widths: 40 60 :header-rows: 1 * - **Parameters** - **Description** * - arg:dateTime() - Examples ~~~~~~~~ .. list-table:: :widths: 50 50 :header-rows: 1 * - **XPath** - **Results** * - month-from-dateTime(xs:dateTime('2006-08-15T10:30:23')) - 8 See Also ~~~~~~~~ .. toctree:: :titlesonly: :glob: * :ref:`month-from-date`. * :ref:`functx_month-abbrev-en`. * :ref:`functx_month-name-en`.