.. _functx_day-of-week-abbrev-en: ============================ functx:day-of-week-abbrev-en ============================ The abbreviated day of the week, from a date, in English Description ~~~~~~~~~~~ The functx:day-of-week-abbrev-en function calculates the day of the week of $date. It returns the English abbreviation of the day, e.g. "Sun", "Mon", 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:string() - the date Examples ~~~~~~~~ .. list-table:: :widths: 50 50 :header-rows: 1 * - **XPath** - **Results** * - functx:day-of-week-abbrev-en(xs:date('2004-11-04')) - Thurs * - functx:day-of-week-abbrev-en('2004-11-04') - Thurs Depends On ~~~~~~~~~~ * :ref:`functx_day-of-week`. See Also ~~~~~~~~ .. toctree:: :titlesonly: :glob: * :ref:`functx_day-of-week`. * :ref:`functx_day-of-week-name-en`.