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