function cmfcCalendarV1Thai::getWeekName in Calendar Systems 6
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getWeekName()
- 8.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getWeekName()
- 7 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getWeekName()
- 7.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getWeekName()
translate number of month to name of month
2 calls to cmfcCalendarV1Thai::getWeekName()
- cmfcCalendarV1Thai::date in calendar/
v1/ calendarSystems/ thai.class.inc.php - cmfcCalendarV1Thai::timestampToInfoArray in calendar/
v1/ calendarSystems/ thai.class.inc.php
File
- calendar/
v1/ calendarSystems/ thai.class.inc.php, line 154
Class
Code
function getWeekName($weekNumber) {
return $this->_weeksName[$weekNumber];
}