API17

API17:JDate::dayToString

From Joomla! Documentation

Joomla 11.1 JDate::dayToString

Description

Translates day of week number to a string.


protected function dayToString (
        $day
        $abbr=false
)
Parameter Type Default Description
$day integer The numeric day of the week.
$abbr boolean false Return the abreviated day string?
  • Returns string The day of the week.
  • Defined on line 255 of libraries/joomla/utilities/date.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples