function cmfcCalendarV1Julian::strToTimestamp in Calendar Systems 7
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::strToTimestamp()
- 8.2 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::strToTimestamp()
- 7.2 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::strToTimestamp()
Overrides cmfcCalendarV1::strToTimestamp
File
- calendar/v1/ calendarSystems/ julian.class.inc.php, line 90 
Class
Code
function strToTimestamp($string) {
  parent::strToTimestamp($string);
}