You are here

function cmfcCalendarV1Iranian::strToTimestamp in Calendar Systems 7.3

Same name and namespace in other branches
  1. 5 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::strToTimestamp()
  2. 6.3 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::strToTimestamp()
  3. 6 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::strToTimestamp()

Overrides cmfcCalendarV1::strToTimestamp

File

calendar/v1/calendarSystems/iranian.class.inc.php, line 98

Class

cmfcCalendarV1Iranian

Code

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