You are here

property cmfcCalendarV1Iranian::$_weeksName in Calendar Systems 7.3

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

File

calendar/v1/calendarSystems/iranian.class.inc.php, line 57

Class

cmfcCalendarV1Iranian

Code

var $_weeksName = array(
  '6' => 'شنبه',
  //Saturday
  '0' => 'يكشنبه',
  //Sunday
  '1' => 'دوشنبه',
  '2' => 'سه شنبه',
  '3' => 'چهارشنبه',
  '4' => 'پنجشنبه',
  '5' => 'جمعه',
);