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