You are here

function cmfcCalendarV1Arabic::strToTimestamp in Calendar Systems 7.3

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()
  2. 8.2 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()
  3. 6.3 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()
  4. 6 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()
  5. 7 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()
  6. 7.2 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()

* Islamic Calendar *

Overrides cmfcCalendarV1::strToTimestamp

See also

v1/cmfcCalendarV1#strToTimestamp($string)

File

calendar/v1/calendarSystems/arabic.class.inc.php, line 108

Class

cmfcCalendarV1Arabic

Code

function strToTimestamp($string) {
  return $this
    ->strtotime($string);
}