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]
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
SeeAlso:JDate::dayToString [Edit See Also]
User contributed notes
<CodeExamplesForm />
