function cmfcCalendarV1Arabic::timestampToStr in Calendar Systems 7
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
- 8.2 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
- 6.3 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
- 6 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
- 7.3 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
- 7.2 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
Overrides cmfcCalendarV1::timestampToStr
File
- calendar/
v1/ calendarSystems/ arabic.class.inc.php, line 90
Class
Code
function timestampToStr($format, $timestamp = null) {
if (is_null($timestamp)) {
$timestamp = $this
->phpTime();
}
parent::timestampToStr($format, $timestamp);
}