.. _functx_month-name-en: ==================== functx:month-name-en ==================== The month of a date as a word (January, February, etc.) Description ~~~~~~~~~~~ The functx:month-name-en function returns the month of $date as an xs:string in English, as in "January", "February", etc. The $date argument must be castable to xs:date, meaning that it must have the type xs:date or xs:dateTime, or be an xs:string or untyped value of the form YYYY-MM-DD. .. list-table:: :widths: 40 60 :header-rows: 1 * - **Parameters** - **Description** * - date:date() - the date Examples ~~~~~~~~ .. list-table:: :widths: 50 50 :header-rows: 1 * - **XPath** - **Results** * - functx:month-name-en(xs:date('2004-01-23')) - January * - functx:month-name-en(xs:dateTime('2004-01-23T12:00:13')) - January * - functx:month-name-en('2004-01-23') - January See Also ~~~~~~~~ .. toctree:: :titlesonly: :glob: * :ref:`functx_month-abbrev-en`. * :ref:`month-from-date`. * :ref:`month-from-dateTime`.