function cmfcCalendarV1Arabic::strToTimestamp in Calendar Systems 6.3
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()
- 8.2 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()
- 6 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()
- 7.3 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()
- 7 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()
- 7.2 calendar/v1/calendarSystems/arabic.class.inc.php \cmfcCalendarV1Arabic::strToTimestamp()
* Islamic Calendar *
Overrides cmfcCalendarV1::strToTimestamp
See also
v1/cmfcCalendarV1#strToTimestamp($string)
File
- calendar/
v1/ calendarSystems/ arabic.class.inc.php, line 108
Class
Code
function strToTimestamp($string) {
return $this
->strtotime($string);
}