API17:JDate::dayToString
From Joomla! Documentation
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

See also
JDate::dayToString source code on BitBucket
Class JDate
Subpackage Utilities- Other versions of JDate::dayToString
User contributed notes
Code Examples