function cmfcCalendarV1Iranian::strToTimestamp in Calendar Systems 6
Same name and namespace in other branches
- 5 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::strToTimestamp()
- 6.3 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::strToTimestamp()
- 7.3 calendar/v1/calendarSystems/iranian.class.inc.php \cmfcCalendarV1Iranian::strToTimestamp()
Overrides cmfcCalendarV1::strToTimestamp
File
- calendar/
v1/ calendarSystems/ iranian.class.inc.php, line 98
Class
Code
function strToTimestamp($string) {
return $this
->strtotime($string);
}