property cmfcCalendarV1Julian::$_weeksName in Calendar Systems 8.2
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::_weeksName
- 7 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::_weeksName
- 7.2 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::_weeksName
File
- calendar/
v1/ calendarSystems/ julian.class.inc.php, line 49
Class
Code
var $_weeksName = array(
'0' => 'Sunday',
//Sunday
'1' => 'Monday',
'2' => 'Tuesday',
'3' => 'Wednesday',
'4' => 'Thursday',
'5' => 'Friday',
'6' => 'Saturday',
);