public function cmfcCalendarV1Gregorian::strtotime in Calendar Systems 8
Same name and namespace in other branches
- 8.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strtotime()
- 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strtotime()
- 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);
}