You are here

function cmfcCalendarV1Arabic::timestampToStr in Calendar Systems 7.3

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
  2. 8.2 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
  3. 6.3 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
  4. 6 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
  5. 7 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::timestampToStr()
  6. 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

cmfcCalendarV1Arabic

Code

function timestampToStr($format, $timestamp = null) {
  return $this
    ->date($format, $timestamp);
}