You are here

function cmfcCalendarV1Julian::strToTimestamp in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::strToTimestamp()
  2. 7 calendar/v1/calendarSystems/julian.class.inc.php \cmfcCalendarV1Julian::strToTimestamp()
  3. 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

cmfcCalendarV1Julian

Code

function strToTimestamp($string) {
  parent::strToTimestamp($string);
}