API17:JDate::dayToString
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDate::dayToString
Description
Translates day of week number to a string.
Description:JDate::dayToString [Edit Descripton]
Since
Synopsis
protected JDate::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 in
libraries/joomla/utilities/date.php (line 255)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
