You are here

property cmfcCalendarV1Gregorian::$_weeksShortName in Calendar Systems 7.3

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

File

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

Class

cmfcCalendarV1Gregorian
@desc

Code

var $_weeksShortName = array(
  '0' => 'ي',
  //Sunday
  '1' => 'د',
  '2' => 'س',
  '3' => 'چ',
  '4' => 'پ',
  '5' => 'ج',
  '6' => 'ش',
);