JDate:: dayToString/1.5
From Joomla! Documentation
JDate::_dayToString
Description
Translates day of week number to string.
Description:JDate:: dayToString [Edit Descripton]
public function _dayToString ( $day $abbr=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $day | int | The numeric day of the week | |
| $abbr | bool | false | Return the abreviated day string? |
- Returns string day string
- Defined on line 290 of libraries/joomla/utilities/date.php
See also
-
JDate::_dayToString on api.joomla.org
-
JDate source code on JoomlaCode
-
Class JDate
-
Subpackage Utilities
- Other versions of JDate::_dayToString
SeeAlso:JDate:: dayToString [Edit See Also]
User contributed notes
<CodeExamplesForm />