API17

JDate::dayToString

From Joomla! Documentation

Revision as of 20:25, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎See also: moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDate::dayToString[edit]

Description[edit]

Translates day of week number to a string.

Template: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 Joomla 11.1

See also[edit]

Template:SeeAlso:JDate::dayToString [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />