You are here

function cmfcCalendarV1::strToTimestamp in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::strToTimestamp()
  2. 5 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::strToTimestamp()
  3. 6.3 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::strToTimestamp()
  4. 6 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::strToTimestamp()
  5. 7.3 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::strToTimestamp()
  6. 7 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::strToTimestamp()
  7. 7.2 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::strToTimestamp()
3 calls to cmfcCalendarV1::strToTimestamp()
cmfcCalendarV1Arabic::strToTimestamp in calendar/v1/calendarSystems/arabic.class.inc.php
cmfcCalendarV1Gregorian::strToTimestamp in calendar/v1/calendarSystems/gregorian.class.inc.php
cmfcCalendarV1Julian::strToTimestamp in calendar/v1/calendarSystems/julian.class.inc.php
4 methods override cmfcCalendarV1::strToTimestamp()
cmfcCalendarV1Arabic::strToTimestamp in calendar/v1/calendarSystems/arabic.class.inc.php
cmfcCalendarV1Gregorian::strToTimestamp in calendar/v1/calendarSystems/gregorian.class.inc.php
cmfcCalendarV1Julian::strToTimestamp in calendar/v1/calendarSystems/julian.class.inc.php
cmfcCalendarV1Thai::strToTimestamp in calendar/v1/calendarSystems/thai.class.inc.php

File

calendar/v1/calendarV1.class.inc.php, line 104

Class

cmfcCalendarV1

Code

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