You are here

function cmfcCalendarV1::gregorianStrToTimestamp in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::gregorianStrToTimestamp()
  2. 5 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::gregorianStrToTimestamp()
  3. 6.3 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::gregorianStrToTimestamp()
  4. 6 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::gregorianStrToTimestamp()
  5. 7.3 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::gregorianStrToTimestamp()
  6. 7 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::gregorianStrToTimestamp()
  7. 7.2 calendar/v1/calendarV1.class.inc.php \cmfcCalendarV1::gregorianStrToTimestamp()

File

calendar/v1/calendarV1.class.inc.php, line 93

Class

cmfcCalendarV1

Code

function gregorianStrToTimestamp($str) {
  return strtotime($str);
}