function cmfcCalendarV1Iranian::getMeridiemShortName in Calendar Systems 7.3
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::getMeridiemShortName()
- 8.2 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::getMeridiemShortName()
- 5 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::getMeridiemShortName()
- 6.3 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::getMeridiemShortName()
- 6 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::getMeridiemShortName()
- 7 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::getMeridiemShortName()
- 7.2 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::getMeridiemShortName()
1 call to cmfcCalendarV1Iranian::getMeridiemShortName()
- cmfcCalendarV1Iranian::date in calendar/
v1/ calendarSystems/ iranian.class.inc.php - Implementation of PHP date function This is the simplified versino by Sina Salek
File
- calendar/
v1/ calendarSystems/ iranian.class.inc.php, line 582
Class
Code
function getMeridiemShortName($m) {
return html_entity_decode($this->_meridiemsShortName[$m], ENT_QUOTES, 'UTF-8');
}