You are here

function cmfcCalendarV1Thai::infoArrayToTimestamp in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::infoArrayToTimestamp()
  2. 6 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::infoArrayToTimestamp()
  3. 7 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::infoArrayToTimestamp()
  4. 7.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::infoArrayToTimestamp()

Overrides cmfcCalendarV1::infoArrayToTimestamp

1 call to cmfcCalendarV1Thai::infoArrayToTimestamp()
cmfcCalendarV1Thai::timestampToInfoArray in calendar/v1/calendarSystems/thai.class.inc.php

File

calendar/v1/calendarSystems/thai.class.inc.php, line 100

Class

cmfcCalendarV1Thai

Code

function infoArrayToTimestamp($info) {
  return parent::mktime(0, 0, 0, $info['month'], $info['day'], $info['year']);
}