function cmfcCalendarV1Arabic::timestampToStr in Calendar Systems 6
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()
- 7.3 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
- 7 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
- 7.2 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
Islamic Calendar
Overrides cmfcCalendarV1::timestampToStr
See also
v1/cmfcCalendarV1#timestampToStr($format, $timestamp)
File
- calendar/
v1/ calendarSystems/ arabic.class.inc.php, line 100
Class
Code
function timestampToStr($format, $timestamp = null) {
return $this
->date($format, $timestamp);
}