function cmfcCalendarV1Thai::infoArrayToTimestamp in Calendar Systems 8
Same name and namespace in other branches
- 8.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::infoArrayToTimestamp()
- 6 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::infoArrayToTimestamp()
- 7 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::infoArrayToTimestamp()
- 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
Code
function infoArrayToTimestamp($info) {
return parent::mktime(0, 0, 0, $info['month'], $info['day'], $info['year']);
}