You are here

public function cmfcCalendarV1Gregorian::strtotime in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strtotime()
  2. 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strtotime()
  3. 7.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strtotime()

Implementation of PHP strtotime function

Overrides cmfcCalendarV1Plugin::strtotime

File

calendar/v1/calendarSystems/gregorian.class.inc.php, line 281

Class

cmfcCalendarV1Gregorian
@desc

Code

public function strtotime($value) {
  return strtotime($value);
}