You are here

function cmfcCalendarV1Thai::strtotime in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::strtotime()
  2. 7 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::strtotime()
  3. 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

cmfcCalendarV1Thai

Code

function strtotime($value) {
  return NULL;
}