You are here

property cmfcCalendarV1Thai::$_monthsName in Calendar Systems 8.2

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

File

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

Class

cmfcCalendarV1Thai

Code

var $_monthsName = array(
  '1' => 'มกราคม',
  '2' => 'กุมภาพันธ์',
  '3' => 'มีนาคม',
  '4' => 'เมษายน',
  '5' => 'พฤษภาคม',
  '6' => 'มิถุนายน',
  '7' => 'กรกฎาคม',
  '8' => 'สิงหาคม',
  '9' => 'กันยายน',
  '10' => 'ตุลาคม',
  '11' => 'พฤศจิกายน',
  '12' => 'ธันวาคม',
);