function cmfcCalendarV1Thai::strtotime in Calendar Systems 7
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::strtotime()
- 8.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::strtotime()
- 7.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::strtotime()
accept array,timestamp and string as input datetime in jalali or gregorian format and convert it to timestamp Implementation of PHP strtotime function
Overrides cmfcCalendarV1Plugin::strtotime
File
- calendar/
v1/ calendarSystems/ thai.class.inc.php, line 171
Class
Code
function strtotime($value) {
return NULL;
}