function cmfcCalendarV1Julian::getMonthName in Calendar Systems 8
Same name and namespace in other branches
- 8.2 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::getMonthName()
- 7 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::getMonthName()
- 7.2 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::getMonthName()
translate number of month to name of month
2 calls to cmfcCalendarV1Julian::getMonthName()
- cmfcCalendarV1Julian::date in calendar/
v1/ calendarSystems/ julian.class.inc.php - Implementation of PHP date function This is the simplified versino by Sina Salek
- cmfcCalendarV1Julian::timestampToInfoArray in calendar/
v1/ calendarSystems/ julian.class.inc.php
File
- calendar/
v1/ calendarSystems/ julian.class.inc.php, line 577
Class
Code
function getMonthName($month) {
return $this->_monthsName[$month];
}