You are here

property cmfcCalendarV1Julian::$_weeksName in Calendar Systems 7

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::_weeksName
  2. 8.2 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::_weeksName
  3. 7.2 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::_weeksName

File

calendar/v1/calendarSystems/julian.class.inc.php, line 49

Class

cmfcCalendarV1Julian

Code

var $_weeksName = array(
  '0' => 'Sunday',
  //Sunday
  '1' => 'Monday',
  '2' => 'Tuesday',
  '3' => 'Wednesday',
  '4' => 'Thursday',
  '5' => 'Friday',
  '6' => 'Saturday',
);