You are here

property cmfcCalendarV1Gregorian::$_meridiemsName in Calendar Systems 8.2

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

File

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

Class

cmfcCalendarV1Gregorian
@desc

Code

var $_meridiemsName = array(
  'am' => 'AM',
  'pm' => 'PM',
);