You are here

property cmfcCalendarV1Thai::$_monthsShortName in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::_monthsShortName
  2. 6 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::_monthsShortName
  3. 7 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::_monthsShortName
  4. 7.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::_monthsShortName

File

calendar/v1/calendarSystems/thai.class.inc.php, line 22

Class

cmfcCalendarV1Thai

Code

var $_monthsShortName = array(
  '1' => 'ม.ค.',
  '2' => 'ก.พ.',
  '3' => 'มี.ค.',
  '4' => 'เม.ย.',
  '5' => 'พ.ค.',
  '6' => 'มิ.ย.',
  '7' => 'ก.ค.',
  '8' => 'ส.ค.',
  '9' => 'ก.ย.',
  '10' => 'ต.ค.',
  '11' => 'พ.ย.',
  '12' => 'ธ.ค.',
);