dayOfWeek ========= Returns the day of week from a date as an integer starting from 1 (Sunday). See also :doc:`dayOfMonth`, :doc:`dayOfYear`. Syntax ------ .. code-block:: javascript dayOfWeek() Examples -------- .. code-block:: javascript $('Date').dayOfWeek()