public function cmfcCalendarV1Plugin::strtotime in Calendar Systems 8.2
Same name and namespace in other branches
- 8 calendar/v1/calendarV1.plugin.class.inc.php \cmfcCalendarV1Plugin::strtotime()
- 7 calendar/v1/calendarV1.plugin.class.inc.php \cmfcCalendarV1Plugin::strtotime()
- 7.2 calendar/v1/calendarV1.plugin.class.inc.php \cmfcCalendarV1Plugin::strtotime()
Implementation of PHP strtotime function
5 methods override cmfcCalendarV1Plugin::strtotime()
- cmfcCalendarV1Arabic::strtotime in calendar/
v1/ calendarSystems/ arabic.class.inc.php - accept array,timestamp and string as input datetime in jalali or gregorian format and convert it to timestamp Implementation of PHP strtotime function
- cmfcCalendarV1Gregorian::strtotime in calendar/
v1/ calendarSystems/ gregorian.class.inc.php - Implementation of PHP strtotime function
- cmfcCalendarV1Iranian::strtotime in calendar/
v1/ calendarSystems/ iranian.class.inc.php - accept array,timestamp and string as input datetime in jalali or gregorian format and convert it to timestamp Implementation of PHP strtotime function
- cmfcCalendarV1Julian::strtotime in calendar/
v1/ calendarSystems/ julian.class.inc.php - accept array,timestamp and string as input datetime in jalali or gregorian format and convert it to timestamp Implementation of PHP strtotime function
- cmfcCalendarV1Thai::strtotime in calendar/
v1/ calendarSystems/ thai.class.inc.php - accept array,timestamp and string as input datetime in jalali or gregorian format and convert it to timestamp Implementation of PHP strtotime function
File
- calendar/
v1/ calendarV1.plugin.class.inc.php, line 16
Class
Code
public function strtotime($value);