API17

API17:JDate::monthToString

From Joomla! Documentation

Joomla 11.1 JDate::monthToString

Description

Translates month number to a string.


protected function monthToString (
        $month
        $abbr=false
)
Parameter Type Default Description
$month integer The numeric month of the year.
$abbr boolean false Return the abreviated month string?
  • Returns string The month of the year.
  • Defined on line 350 of libraries/joomla/utilities/date.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples