You are here

function cmfcCalendarV1Gregorian::getMonthName in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthName()
  2. 5 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthName()
  3. 6.3 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthName()
  4. 6 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthName()
  5. 7.3 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthName()
  6. 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthName()
  7. 7.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthName()

translate number of month to name of month

1 call to cmfcCalendarV1Gregorian::getMonthName()
cmfcCalendarV1Gregorian::timestampToInfoArray in calendar/v1/calendarSystems/gregorian.class.inc.php

File

calendar/v1/calendarSystems/gregorian.class.inc.php, line 145

Class

cmfcCalendarV1Gregorian
@desc

Code

function getMonthName($month) {
  return html_entity_decode($this->_monthsName[$month]);
}