property cmfcCalendarV1Gregorian::$_weeksShortName in Calendar Systems 8.2
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksShortName
- 5 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksShortName
- 6.3 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksShortName
- 6 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksShortName
- 7.3 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksShortName
- 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::_weeksShortName
- 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' => 'Sun',
//Sunday
'1' => 'Mon',
'2' => 'Tu',
'3' => 'We',
'4' => 'Th',
'5' => 'Fr',
'6' => 'Sa',
);