You are here

property cmfcCalendarV1Gregorian::$_monthsShortName in Calendar Systems 7.3

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_monthsShortName
  2. 8.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_monthsShortName
  3. 5 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_monthsShortName
  4. 6.3 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_monthsShortName
  5. 6 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_monthsShortName
  6. 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_monthsShortName
  7. 7.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_monthsShortName

File

calendar/v1/calendarSystems/gregorian.class.inc.php, line 31

Class

cmfcCalendarV1Gregorian
@desc

Code

var $_monthsShortName = array(
  '1' => 'فرو',
  '2' => 'ارد',
  '3' => 'خرد',
  '4' => 'تير',
  '5' => 'مرد',
  '6' => 'شهر',
  '7' => 'مهر',
  '8' => 'آبا',
  '9' => 'آذر',
  '10' => 'دى',
  '11' => 'بهم',
  '12' => 'اسف',
);