function cmfcCalendarV1Gregorian::strToTimestamp in Calendar Systems 6.3
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strToTimestamp()
- 8.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strToTimestamp()
- 5 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strToTimestamp()
- 6 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strToTimestamp()
- 7.3 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strToTimestamp()
- 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strToTimestamp()
- 7.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::strToTimestamp()
Overrides cmfcCalendarV1::strToTimestamp
File
- calendar/
v1/ calendarSystems/ gregorian.class.inc.php, line 86
Class
- cmfcCalendarV1Gregorian
- @desc
Code
function strToTimestamp($string) {
return strtotime($string);
}