function cmfcCalendarV1Gregorian::getMonthShortName in Calendar Systems 6
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthShortName()
- 8.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthShortName()
- 5 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthShortName()
- 6.3 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthShortName()
- 7.3 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthShortName()
- 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::getMonthShortName()
- 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 149
Class
- cmfcCalendarV1Gregorian
- @desc
Code
function getMonthShortName($month) {
return html_entity_decode($this->_monthsShortName[$month]);
}