You are here

function cmfcCalendarV1Gregorian::getMonthShortName in Calendar Systems 8.2

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

File

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

Class

cmfcCalendarV1Gregorian
@desc

Code

function getMonthShortName($month) {
  return html_entity_decode($this->_monthsShortName[$month]);
}