property cmfcCalendarV1Thai::$_monthsShortName in Calendar Systems 7.2
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::_monthsShortName
- 8.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::_monthsShortName
- 6 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::_monthsShortName
- 7 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::_monthsShortName
File
- calendar/
v1/ calendarSystems/ thai.class.inc.php, line 22
Class
Code
var $_monthsShortName = array(
'1' => 'ม.ค.',
'2' => 'ก.พ.',
'3' => 'มี.ค.',
'4' => 'เม.ย.',
'5' => 'พ.ค.',
'6' => 'มิ.ย.',
'7' => 'ก.ค.',
'8' => 'ส.ค.',
'9' => 'ก.ย.',
'10' => 'ต.ค.',
'11' => 'พ.ย.',
'12' => 'ธ.ค.',
);