function cmfcCalendarV1Thai::getMonthShortName in Calendar Systems 7
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getMonthShortName()
- 8.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getMonthShortName()
- 6 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getMonthShortName()
- 7.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::getMonthShortName()
2 calls to cmfcCalendarV1Thai::getMonthShortName()
- 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 220
Class
Code
function getMonthShortName($month) {
return $this->_monthsShortName[$month];
}