function cmfcCalendarV1Julian::getWeekName in Calendar Systems 7
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::getWeekName()
- 8.2 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::getWeekName()
- 7.2 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::getWeekName()
translate number of month to name of month
2 calls to cmfcCalendarV1Julian::getWeekName()
- 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 564 
Class
Code
function getWeekName($weekNumber) {
  return $this->_weeksName[$weekNumber];
}